]> git.baikalelectronics.ru Git - kernel.git/commit
lguest: fix crash lguest_time_init
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 16 Dec 2010 23:03:13 +0000 (17:03 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 16 Dec 2010 06:33:14 +0000 (17:03 +1030)
commit296b7000b2811b508062e068fde46342dda73cf5
treed65336471dba6eba42413630603d0202ec64dd40
parent0fcc65036b61bbecc5bbbddd6fc03ff74419029a
lguest: fix crash lguest_time_init

31d825b91c "x86: lguest: Convert to new irq chip functions" converted
enable_lguest_irq() to take a struct irq_data *, but didn't fix the one
internal caller.

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