diff options
author | Michal Simek <monstr@monstr.eu> | 2010-08-13 12:47:42 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-10-21 15:51:57 +1000 |
commit | 8e2ad016b20f98790d5995aae1d157d1613ab9e6 (patch) | |
tree | e1eb651eff6d7f45c0a3e8316a26112611ad5f4d /arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c | |
parent | 44180a573ec936cd989a7c0478f5fd1cf8e1ebc3 (diff) | |
download | talos-obmc-linux-8e2ad016b20f98790d5995aae1d157d1613ab9e6.tar.gz talos-obmc-linux-8e2ad016b20f98790d5995aae1d157d1613ab9e6.zip |
microblaze: Add PVR for endians plus detection
Upcomming microblaze version will support little-endian.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c')
-rw-r--r-- | arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c b/arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c index f72dbd66c844..f70a6047f08e 100644 --- a/arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c +++ b/arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c @@ -72,6 +72,7 @@ void set_cpuinfo_pvr_full(struct cpuinfo *ci, struct device_node *cpu) CI(pvr_user2, USER2); CI(mmu, USE_MMU); + CI(endian, ENDIAN); CI(use_icache, USE_ICACHE); CI(icache_tagbits, ICACHE_ADDR_TAG_BITS); |