]> git.neil.brown.name Git - history.git/commit
[PATCH] missing GET_CPU_IDX in i386 entry.S
authorBrian Gerst <bgerst@didntduck.org>
Sat, 8 Jun 2002 09:45:45 +0000 (02:45 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 8 Jun 2002 09:45:45 +0000 (02:45 -0700)
commit0af38de417612acb36c0b0ad2a291112b3a222c9
treee3fff13ec2c56cdd0ea9d9814c24620675dca100
parent24d783481980af8804f55f4de962ae9a0325a35d
[PATCH] missing GET_CPU_IDX in i386 entry.S

resume_kernel uses CPU_IDX but never uses GET_CPU_IDX to get the index.

  This is an issue when smp and preemption are both enabled.  I also
removed the unused GET_CURRENT_CPU_IDX.
arch/i386/kernel/entry.S