[IA64] Untangle sync_icache_dcache() page size determination
authorChristoph Lameter <clameter@sgi.com>
Wed, 9 Apr 2008 20:05:41 +0000 (13:05 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 9 Apr 2008 20:05:41 +0000 (13:05 -0700)
commit273988fa4dffd1b1e6deb3de18b979a44e9d8732
treef28645f5d5a5432bf0cd3f91318ce4709830f196
parent5cf1f7cef1c67b5c81736f00e81a2890e07041b9
[IA64] Untangle sync_icache_dcache() page size determination

Untangle the chaos of page size determination in this function by
simply using PAGE_SIZE << compound_order().

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/mm/init.c