powerpc: Change free_bootmem() to kfree()
authorJoonSoo Kim <js1304@gmail.com>
Mon, 12 Nov 2012 06:40:33 +0000 (06:40 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 15 Nov 2012 02:01:16 +0000 (13:01 +1100)
commit ea96025a('Don't use alloc_bootmem() in init_IRQ() path')
changed alloc_bootmem() to kzalloc(),
but missed to change free_bootmem() to kfree().
So correct it.

Signed-off-by: Joonsoo Kim <js1304@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found