lguest: move panic notifier registration to its expected place.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Sep 2009 04:26:42 +0000 (22:26 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 23 Sep 2009 12:56:44 +0000 (22:26 +0930)
commitcdae0ad5e8ea630017d4cad3923f763c4e6c3127
treec54370553d8c5287b20cf19ee9976268a06af971
parentf1b0ef062602713c2c7cfa12362d5d90ed01c5f6
lguest: move panic notifier registration to its expected place.

We used to defer it, so lockdep was happy.  We now init lockdep early
anyway, so just do it after that.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/lguest/boot.c