Print this page
de-linting of .s files

*** 22,49 **** /* * 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 --- 22,39 ----
*** 60,65 **** retl membar #Sync SET_SIZE(tomatillo_store_store_order) - #endif /* lint */ --- 50,54 ----