powerpc/book3e: initialize crit/mc/dbg kernel stack pointers
authorTiejun Chen <tiejun.chen@windriver.com>
Wed, 23 Oct 2013 09:31:21 +0000 (17:31 +0800)
committerScott Wood <scottwood@freescale.com>
Thu, 20 Mar 2014 00:57:09 +0000 (19:57 -0500)
commit160c73243350304c09e69cbcc4fa34ff89868b68
tree0e4bb349289df87f64ccae7a9184088b3532ffc1
parentb0b7dcbdf327bc57018d498e07331b2c96916dc7
powerpc/book3e: initialize crit/mc/dbg kernel stack pointers

We already allocated critical/machine/debug check exceptions, but
we also should initialize those associated kernel stack pointers
for use by special exceptions in the PACA.

Signed-off-by: Tiejun Chen <tiejun.chen@windriver.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/kernel/setup_64.c