Commit acb21e41 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: Allocate the first segment separately

parent c1e2d19e
......@@ -1824,10 +1824,10 @@ ioremap_dir:
hardware_int_paca0:
.space 8*4096
/* 1 page segment table per cpu (max 48) */
/* 1 page segment table per cpu (max 48, cpu0 allocated at 0x5000) */
.globl stab_array
stab_array:
.space 4096 * 48
.space 4096 * 47
/*
* This space gets a copy of optional info passed to us by the bootstrap
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment