diff options
Diffstat (limited to 'isys/smp.c')
-rw-r--r-- | isys/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/smp.c b/isys/smp.c index de2239f62..8b7b25998 100644 --- a/isys/smp.c +++ b/isys/smp.c @@ -371,7 +371,7 @@ apic_probe( vm_offset_t* paddr, int* where ) * c rewrite of apic_probe() by Jack F. Vogel */ - int x; + unsigned int x; uint16_t segment; vm_offset_t target; uint32_t buffer[ BIOS_SIZE / sizeof( int32_t ) ]; |