Commit 0a4450c5 authored by Russell King's avatar Russell King

[ARM] ARMv6 always selects correct user operations at runtime.

parent ceaa57fe
...@@ -85,14 +85,10 @@ ...@@ -85,14 +85,10 @@
#endif #endif
#ifdef CONFIG_CPU_COPY_V6 #ifdef CONFIG_CPU_COPY_V6
# ifdef _USER # define MULTI_USER 1
# define MULTI_USER 1
# else
# define _USER v6
# endif
#endif #endif
#ifndef _USER #if !defined(_USER) && !defined(MULTI_USER)
#error Unknown user operations model #error Unknown user operations model
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment