ioapic: Remove unused TUNABLE_INT
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 14 Mar 2011 13:23:12 +0000 (21:23 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 14 Mar 2011 14:20:57 +0000 (22:20 +0800)
commit446e1dab5e5067ea6f6cfb988b3c9eeedbcaf0ca
tree5f1408514c74df726eccbd2b8421950bac26720c
parent2e7afdb4f9c9f6cebbd31dd90199d9f4dd2da88d
ioapic: Remove unused TUNABLE_INT

Since apic_io_enable will be needed very early during boot,
its value is fetched explicitly by calling TUNABLE_FETCH_INT()
sys/platform/pc32/i386/machdep.c
sys/platform/pc64/x86_64/machdep.c