diff options
author | tijl <tijl@FreeBSD.org> | 2012-03-19 21:29:57 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2012-03-19 21:29:57 +0000 |
commit | ea1f38e564b72654ed1d7384cf6617d5435c44ee (patch) | |
tree | 785a44b63e74d691b5410129992dc58eacf67608 /sys/pc98 | |
parent | 2a126f1975785720c0ebda4bddf37bdb73b6a197 (diff) | |
download | FreeBSD-src-ea1f38e564b72654ed1d7384cf6617d5435c44ee.zip FreeBSD-src-ea1f38e564b72654ed1d7384cf6617d5435c44ee.tar.gz |
Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/include/psl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/include/psl.h b/sys/pc98/include/psl.h index db40cf0..4d945a1 100644 --- a/sys/pc98/include/psl.h +++ b/sys/pc98/include/psl.h @@ -3,4 +3,4 @@ */ /* $FreeBSD$ */ -#include <i386/psl.h> +#include <x86/psl.h> |