From 9b0bb795691f70ec1b1796f6d15266f82d7a3200 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 10 Oct 2019 11:50:09 -0700 Subject: 12349 clean up 32-bit assembly and lint Reviewed by: Robert Mustacchi Reviewed by: Hans Rosenfeld Approved by: Dan McDonald --- usr/src/uts/i86pc/ml/notes.s | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'usr/src/uts/i86pc/ml/notes.s') 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 -#pragma ident "%Z%%M% %I% %E% SMI" +/* + * Copyright 2019 Joyent, Inc. + */ -#if defined(lint) -#include -#else +#include #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 -- cgit v1.2.3