Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-14 | [POWERPC] Kill typedef-ed structs for hash PTEs and BATs | David Gibson | |
Using typedefs to rename structure types if frowned on by CodingStyle. However, we do so for the hash PTE structure on both ppc32 (where it's called "PTE") and ppc64 (where it's called "hpte_t"). On ppc32 we also have such a typedef for the BATs ("BAT"). This removes this unhelpful use of typedefs, in the process bringing ppc32 and ppc64 closer together, by using the name "struct hash_pte" in both cases. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org> | |||
2005-11-02 | merge filename and modify references to iseries/hv_types.h | Kelly Daly | |
Signed-off-by: Kelly Daly <kelly@au.ibm.com> | |||
2005-11-02 | merge filename and modify references to iseries/hv_call_sc.h | Kelly Daly | |
Signed-off-by: Kelly Daly <kelly@au.ibm.com> | |||
2005-10-14 | powerpc: move iSeries/HvCallHpt.h to platforms/iseries/call_hpt.h | Stephen Rothwell | |
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> |