diff options
author | markm <markm@FreeBSD.org> | 2001-02-11 10:44:09 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-02-11 10:44:09 +0000 |
commit | 4e9c36b3003ffcfb812ef0bea8d7504d6a422c13 (patch) | |
tree | 3590416bf784163b3ca3a8bc2452bde5c704d0ad /sys/libkern | |
parent | 0f9088da5625e8088bdbd7b3587fdadb265b1482 (diff) | |
download | FreeBSD-src-4e9c36b3003ffcfb812ef0bea8d7504d6a422c13.zip FreeBSD-src-4e9c36b3003ffcfb812ef0bea8d7504d6a422c13.tar.gz |
RIP <machine/lock.h>.
Some things needed bits of <i386/include/lock.h> - cy.c now has its
own (only) copy of the COM_(UN)LOCK() macros, and IMASK_(UN)LOCK()
has been moved to <i386/include/apic.h> (AKA <machine/apic.h>).
Reviewed by: jhb
Diffstat (limited to 'sys/libkern')
-rw-r--r-- | sys/libkern/mcount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/libkern/mcount.c b/sys/libkern/mcount.c index ac9011d..7480ff3 100644 --- a/sys/libkern/mcount.c +++ b/sys/libkern/mcount.c @@ -46,7 +46,6 @@ void bintr __P((void)); void btrap __P((void)); void eintr __P((void)); void user __P((void)); -#include <machine/lock.h> #endif /* |