diff options
Diffstat (limited to 'post/lib_ppc/twox.c')
-rw-r--r-- | post/lib_ppc/twox.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/post/lib_ppc/twox.c b/post/lib_ppc/twox.c index 48d9954..7417a36 100644 --- a/post/lib_ppc/twox.c +++ b/post/lib_ppc/twox.c @@ -35,8 +35,6 @@ * different sets of operand registers and result registers. */ -#ifdef CONFIG_POST - #include <post.h> #include "cpu_asm.h" @@ -173,4 +171,3 @@ int cpu_post_test_twox (void) } #endif -#endif |