Print this page
de-linting of .s files

@@ -23,22 +23,14 @@
  * 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

@@ -1282,6 +1274,5 @@
         .seg ".text"
         .global stubs_end
 stubs_end:
         nop
 
-#endif  /* lint */