Print this page
de-linting of .s files
*** 29,54 ****
* no easy place to save the extra parameters that would be required, so
* each brand module needs its own copy of this code. We #include this and
* use brand-specific #defines to replace the XXX_brand_... definitions.
*/
- #ifdef lint
-
- #include <sys/systm.h>
-
- void
- XXX_brand_syscall32_callback(void)
- {
- }
-
- void
- XXX_brand_syscall_callback(void)
- {
- }
-
- #else /* !lint */
-
#include <sys/asm_linkage.h>
#include <sys/machthread.h>
#include <sys/privregs.h>
#include "assym.h"
--- 29,38 ----
*** 297,302 ****
jmp %g1;
nop;
SET_SIZE(XXX_brand_syscall_callback_common)
#endif /* _ASM */
- #endif /* !lint */
--- 281,285 ----