diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-11 22:26:48 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-12 01:18:27 +0200 |
commit | 17ab219b4888997dd29a6ea832c36474bf3a7b5b (patch) | |
tree | a7f57a0a60e8ea50ddf5b6faa18586cddcdaa3b6 /i386/i386at | |
parent | f753d1d50f0cd478b0980b60d1392f12e93788b6 (diff) | |
download | gnumach-17ab219b4888997dd29a6ea832c36474bf3a7b5b.tar.gz gnumach-17ab219b4888997dd29a6ea832c36474bf3a7b5b.tar.bz2 gnumach-17ab219b4888997dd29a6ea832c36474bf3a7b5b.zip |
model_dep: drop duplicate declaration
Diffstat (limited to 'i386/i386at')
-rw-r--r-- | i386/i386at/model_dep.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c index e859e5a9..4ce35dfe 100644 --- a/i386/i386at/model_dep.c +++ b/i386/i386at/model_dep.c @@ -128,10 +128,6 @@ extern char version[]; /* If set, reboot the system on ctrl-alt-delete. */ boolean_t rebootflag = FALSE; /* exported to kdintr */ -/* Interrupt stacks */ -extern vm_offset_t int_stack_top[], int_stack_base[]; -extern uint8_t solid_intstack[]; /* bottom */ - #ifdef LINUX_DEV extern void linux_init(void); #endif |