Print this page
de-linting of .s files

*** 23,44 **** * Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2016 Nexenta Systems, Inc. * Copyright (c) 2017, Joyent, Inc. All rights reserved. */ - #if !defined(lint) #include "assym.h" - #endif /* !lint */ #include <sys/asm_linkage.h> - #if defined(lint) - - char stubs_base[1], stubs_end[1]; - - #else /* lint */ - /* * WARNING: there is no check for forgetting to write END_MODULE, * and if you do, the kernel will most likely crash. Be careful * * This file assumes that all of the contributions to the data segment --- 23,36 ----
*** 1282,1287 **** .seg ".text" .global stubs_end stubs_end: nop - #endif /* lint */ --- 1274,1278 ----