From: David Gibson Date: Wed, 13 Jun 2007 04:52:56 +0000 (+1000) Subject: [POWERPC] Kill typedef-ed structs for hash PTEs and BATs X-Git-Tag: v2.6.23-rc1~767^2^2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e561e7eda02819c711a75b64a000bf34948cdbb;p=pandora-kernel.git [POWERPC] Kill typedef-ed structs for hash PTEs and BATs 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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed