diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-08-24 08:29:54 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-08-24 08:29:54 +0000 |
| commit | c1c2006ca79ecee8b54c38172a9016ee5e0667ae (patch) | |
| tree | bcb1cdcdcd59a13dd68e737208b3946972b8f384 | |
| parent | 5897d411094d9bc1c19649e39366e7a682169c53 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/locore.S | 6 | ||||
| -rw-r--r-- | sys/amd64/amd64/locore.s | 6 | ||||
| -rw-r--r-- | sys/i386/i386/locore.s | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S index 3007ee1e7bea..5549cbafc526 100644 --- a/sys/amd64/amd64/locore.S +++ b/sys/amd64/amd64/locore.S @@ -101,6 +101,12 @@ #endif /* SMP */ /* + * Compiled KERNBASE location + */ + .globl kernbase + .set kernbase,KERNBASE + +/* * Globals */ .data diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s index 3007ee1e7bea..5549cbafc526 100644 --- a/sys/amd64/amd64/locore.s +++ b/sys/amd64/amd64/locore.s @@ -101,6 +101,12 @@ #endif /* SMP */ /* + * Compiled KERNBASE location + */ + .globl kernbase + .set kernbase,KERNBASE + +/* * Globals */ .data diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s index 3007ee1e7bea..5549cbafc526 100644 --- a/sys/i386/i386/locore.s +++ b/sys/i386/i386/locore.s @@ -101,6 +101,12 @@ #endif /* SMP */ /* + * Compiled KERNBASE location + */ + .globl kernbase + .set kernbase,KERNBASE + +/* * Globals */ .data |
