summaryrefslogtreecommitdiff
path: root/usr/src/uts/i86pc/ml/notes.s
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/i86pc/ml/notes.s')
-rw-r--r--usr/src/uts/i86pc/ml/notes.s18
1 files changed, 7 insertions, 11 deletions
diff --git a/usr/src/uts/i86pc/ml/notes.s b/usr/src/uts/i86pc/ml/notes.s
index 72ae373813..331e7e8197 100644
--- a/usr/src/uts/i86pc/ml/notes.s
+++ b/usr/src/uts/i86pc/ml/notes.s
@@ -21,21 +21,18 @@
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-
-#include <sys/elf_notes.h>
-#pragma ident "%Z%%M% %I% %E% SMI"
+/*
+ * Copyright 2019 Joyent, Inc.
+ */
-#if defined(lint)
-#include <sys/types.h>
-#else
+#include <sys/elf_notes.h>
#include "assym.h"
-/
-/ Tell the booter that we'd like to load unix on a large page
-/ if the chip supports it.
-/
+/*
+ * Tell the booter that we'd like to load unix on a large page.
+ */
.section .note
.align 4
.4byte .name1_end - .name1_begin
@@ -49,4 +46,3 @@
.4byte FOUR_MEG
.desc1_end:
.align 4
-#endif