Print this page
de-linting of .s files

*** 21,43 **** */ /* * Copyright (c) 2007 by Sun Microsystems, Inc. */ - #pragma ident "%Z%%M% %I% %E% SMI" - /* * General machine architecture & implementation specific * assembly language routines. */ - #if defined(lint) - #include <sys/types.h> - #include <sys/machsystm.h> - #include <sys/t_lock.h> - #else /* lint */ #include "assym.h" - #endif /* lint */ #include <sys/asm_linkage.h> #include <sys/eeprom.h> #include <sys/param.h> #include <sys/async.h> --- 21,35 ----
*** 45,63 **** #include <sys/machthread.h> #include <sys/iocache.h> #include <sys/privregs.h> #include <sys/archsystm.h> - #if defined(lint) - - /*ARGSUSED*/ - void - memscrub_read(caddr_t vaddr, u_int blks) - {} - - #else /* lint */ - ! ! void memscrub_read(caddr_t src, u_int blks) ! .seg ".text" --- 37,46 ----
*** 86,91 **** retl wr %o2, 0, %fprs ! restore fprs (disabled) SET_SIZE(memscrub_read) - #endif /* lint */ --- 69,73 ----