Print this page
de-linting of .s files
@@ -22,28 +22,18 @@
/*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/asm_linkage.h>
#include <sys/machthread.h>
#include <sys/fsr.h>
/*LINTLIBRARY*/
#define VIS_BLOCKSIZE 64
-#if defined(lint)
-
-void
-tomatillo_store_store_order()
-{}
-
-#else /* lint */
-
.seg ".data"
.align VIS_BLOCKSIZE
.type sync_buf, #object
sync_buf:
.skip VIS_BLOCKSIZE
@@ -60,6 +50,5 @@
retl
membar #Sync
SET_SIZE(tomatillo_store_store_order)
-#endif /* lint */