diff options
Diffstat (limited to 'sys/sparc64/include/asmacros.h')
-rw-r--r-- | sys/sparc64/include/asmacros.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sparc64/include/asmacros.h b/sys/sparc64/include/asmacros.h index ead69f1..5ed1696 100644 --- a/sys/sparc64/include/asmacros.h +++ b/sys/sparc64/include/asmacros.h @@ -127,10 +127,6 @@ set sym, dst #endif -#endif /* LOCORE */ - -#endif /* _KERNEL */ - #define DATA(name) \ .data ; \ .globl name ; \ @@ -149,4 +145,8 @@ name ## : #define END(name) \ .size name, . - name +#endif /* LOCORE */ + +#endif /* _KERNEL */ + #endif /* !_MACHINE_ASMACROS_H_ */ |