summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-01-01 22:57:22 +0000
committernjl <njl@FreeBSD.org>2004-01-01 22:57:22 +0000
commit509ffab0fbd110efab3d7a40294fa9d2d7b4f48a (patch)
tree3363dbb375efc47bb0f8805cd76255e2c929dde0 /sys/i386/acpica
parentc3ff556226ee45ee69649c83c3f8e6b79cbc2670 (diff)
downloadFreeBSD-src-509ffab0fbd110efab3d7a40294fa9d2d7b4f48a.zip
FreeBSD-src-509ffab0fbd110efab3d7a40294fa9d2d7b4f48a.tar.gz
Use <machine/asmacros.h> since <machine/asm.h> is a userland-only header
and gives very wrong macros for ENTRY(), etc. for kernel programs. PR: Suggested by: bde Reviewed by: Approved by: Obtained from: MFC after:
Diffstat (limited to 'sys/i386/acpica')
-rw-r--r--sys/i386/acpica/acpi_wakecode.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/acpica/acpi_wakecode.S b/sys/i386/acpica/acpi_wakecode.S
index debf5e7..9a22fb1 100644
--- a/sys/i386/acpica/acpi_wakecode.S
+++ b/sys/i386/acpica/acpi_wakecode.S
@@ -23,13 +23,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
-#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
-
#define LOCORE
+#include <machine/asmacros.h>
#include <machine/param.h>
#include <machine/specialreg.h>
OpenPOWER on IntegriCloud