de-linting of .s files
@@ -22,18 +22,10 @@ /* * Copyright (c) 1993-1997, by Sun Microsystems, Inc. * All rights reserved. */ -#pragma ident "%Z%%M% %I% %E% SMI" - -#if defined(lint) - -/*LINTED: empty translation unit*/ - -#else - #include "assym.h" #include <sys/machparam.h> ! ! this little hack generates a .note section where we tell
@@ -54,6 +46,5 @@ .desc_begin: .word MMU_PAGESIZE4M .desc_end: .align 4 -#endif /* !lint */