commit | 7084ebaa266e1686ef6e157aff9137cc28a92843 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Mon Feb 11 20:41:18 2008 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Thu Feb 14 22:11:02 2008 +1100 |
tree | ab4c08400fc258ee38d816a0b2d867272b8932d8 | |
parent | fb8642db19d57361be671a30d3f13defaf6b6cff [diff] |
[POWERPC] Fix arch/ppc compilation - add typedef for pgtable_t Commit 2f569afd9ced9ebec9a6eb3dbf6f83429be0a7b4 ("CONFIG_HIGHPTE vs. sub-page page tables.") breaks compilation of arch/ppc since it introduces the pgtable_t type which was not added to arch/ppc. This adds the missing typedef. Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Paul Mackerras <paulus@samba.org>