kernel - Fix minor mistake corrupting an allocation in recent MPTable work
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 19 Feb 2011 09:02:26 +0000 (01:02 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 19 Feb 2011 09:04:09 +0000 (01:04 -0800)
commit2619977bba2612a052da57c9f262caf65db31e25
tree86a8c674b3d23775a799fc42fe99aec520d05a81
parent14dd43dcdf0f6b68157afd14680c1f4c087f8286
kernel - Fix minor mistake corrupting an allocation in recent MPTable work

* Fix an allocation which was too small (sizeof pointer vs structure),
  which fixes an early-boot panic.

Reported-by: Peter Avalos <peter@theshell.com>
sys/platform/pc32/i386/mp_machdep.c
sys/platform/pc64/x86_64/mp_machdep.c