powerpc/xics: Rearrange file to group code by function
authorMilton Miller <miltonm@bga.com>
Fri, 10 Oct 2008 01:56:30 +0000 (01:56 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 13 Oct 2008 05:24:17 +0000 (16:24 +1100)
commit0641cc91b08937578263589feb15182b9ad2b0fc
tree0aa0e9d35041faaef04ddc7eb709ec70390e6f14
parentd13f7208b211dd3613bdb04e2647081a5160d68f
powerpc/xics: Rearrange file to group code by function

Now that xics_update_irq_servers is called only from init and hotplug
code, it becomes possible to clean up the ordering of functions in the
file, grouping them but the interfaces they implement.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/xics.c