[POWERPC] Fix cputable.h for combined build
Remove CPU_FTR_16M_PAGE from the cupfeatures mask at runtime on iSeries. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
80814be40e
commit
0470466dba
@@ -643,6 +643,8 @@ static int __init iseries_probe(void)
|
||||
return 0;
|
||||
|
||||
hpte_init_iSeries();
|
||||
/* iSeries does not support 16M pages */
|
||||
cur_cpu_spec->cpu_features &= ~CPU_FTR_16M_PAGE;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user