Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / asm-arm / domain.h
index 4c2885a..f8ea2de 100644 (file)
@@ -50,8 +50,6 @@
 #define domain_val(dom,type)   ((type) << (2*(dom)))
 
 #ifndef __ASSEMBLY__
-
-#ifdef CONFIG_MMU
 #define set_domain(x)                                  \
        do {                                            \
        __asm__ __volatile__(                           \
        set_domain(thread->cpu_domain);                         \
        } while (0)
 
-#else
-#define set_domain(x)          do { } while (0)
-#define modify_domain(dom,type)        do { } while (0)
-#endif
-
 #endif
 #endif /* !__ASSEMBLY__ */