[POWERPC] Bypass hcall stats until cpu features have run
authorAnton Blanchard <anton@samba.org>
Tue, 20 Mar 2007 19:29:54 +0000 (14:29 -0500)
committerPaul Mackerras <paulus@samba.org>
Thu, 22 Mar 2007 04:01:43 +0000 (15:01 +1100)
commit4f5fa2fb1259f506d20e8af447117ec3ec426a53
tree71de5f42287ddb2899d1ec0a1bec54dcc346bdbb
parentb4aea36b7956eeebfc56314ce0944db1441255ce
[POWERPC] Bypass hcall stats until cpu features have run

I noticed that we execute hcalls before cpu feature code has run (eg
for setting up the bolted kernel region).  This means that we may be
executing code that is not appropriate for the processor we have.
Create an unconditional branch that we nop out all the time to fix this.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/pseries/hvCall.S