X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fdomain.h;h=f8ea2de4848ea7ae075836718342952a86cda1d0;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=4c2885abbe6c950f04d06c6345bb6358f591421b;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/asm-arm/domain.h b/include/asm-arm/domain.h index 4c2885abb..f8ea2de48 100644 --- a/include/asm-arm/domain.h +++ b/include/asm-arm/domain.h @@ -50,8 +50,6 @@ #define domain_val(dom,type) ((type) << (2*(dom))) #ifndef __ASSEMBLY__ - -#ifdef CONFIG_MMU #define set_domain(x) \ do { \ __asm__ __volatile__( \ @@ -68,10 +66,5 @@ 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__ */