commit | 4f5fa2fb1259f506d20e8af447117ec3ec426a53 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue Mar 20 14:29:54 2007 -0500 |
committer | Paul Mackerras <paulus@samba.org> | Thu Mar 22 15:01:43 2007 +1100 |
tree | 71de5f42287ddb2899d1ec0a1bec54dcc346bdbb | |
parent | b4aea36b7956eeebfc56314ce0944db1441255ce [diff] |
[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>