[POWERPC] Fix typo: MMCR0_PMA0 != MMCR0_PMAO
commit177e9ea49deea238f59bb0b1708cfc60b75828fb
authorAnton Blanchard <anton@samba.org>
Sat, 19 May 2007 17:13:43 +0000 (20 03:13 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 22 May 2007 10:20:56 +0000 (22 20:20 +1000)
treed68fd2dc71f49712edb72616ec93aec0c7906377
parent2fae4985a135ca5d7d9bba17d45d674c099621b4
[POWERPC] Fix typo: MMCR0_PMA0 != MMCR0_PMAO

pmc.c has:

#ifndef MMCR0_PMA0
#define MMCR0_PMA0     0

This one took a while to find.  Unfortunately its the wrong define
(number 0 vs letter O). Its probably worth removing this override, since
if our includes get screwed up we will have the same (hard to debug)
failure.

Fix it simply for now, so that we can backport to stable.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/pmc.c