xtensa: fix init_bootmem_node() argument order
authorJohannes Weiner <jw@emlix.com>
Wed, 4 Mar 2009 15:21:29 +0000 (16:21 +0100)
committerChris Zankel <chris@zankel.net>
Fri, 3 Apr 2009 06:39:08 +0000 (23:39 -0700)
commit0bef42e5c061b4aa63cc488d11400a1ef8b8f5a2
tree9f711e35b9d89e962a8c2a5cebf3cf2ffa34db91
parent28a0ce7f642f503dde866f763e8144a517fdf74a
xtensa: fix init_bootmem_node() argument order

The second argument to init_bootmem_node() is the PFN to place the
bootmem bitmap at and the third argument is the first PFN on the node.

This is currently backwards but never made any problems as both values
were always zero.

Signed-off-by: Johannes Weiner <jw@emlix.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/mm/init.c