diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2014-07-10 12:29:23 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-07-28 14:10:25 +1000 |
commit | 086dddc15fad9db098fc50a030c514696584ddfe (patch) | |
tree | e90988e6de95b8fd11d59b372c37c25911ff7f59 /arch/powerpc/include/asm/oprofile_impl.h | |
parent | c3993f10076ae1fa479d5b3e227fe15e001c45a9 (diff) | |
download | talos-op-linux-086dddc15fad9db098fc50a030c514696584ddfe.tar.gz talos-op-linux-086dddc15fad9db098fc50a030c514696584ddfe.zip |
powerpc: Remove oprofile RS64 support
We no longer support these cpus, so we don't need oprofile support for
them either.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/oprofile_impl.h')
-rw-r--r-- | arch/powerpc/include/asm/oprofile_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/oprofile_impl.h b/arch/powerpc/include/asm/oprofile_impl.h index d697b08994c9..61fe5d6f18e1 100644 --- a/arch/powerpc/include/asm/oprofile_impl.h +++ b/arch/powerpc/include/asm/oprofile_impl.h @@ -61,7 +61,6 @@ struct op_powerpc_model { }; extern struct op_powerpc_model op_model_fsl_emb; -extern struct op_powerpc_model op_model_rs64; extern struct op_powerpc_model op_model_power4; extern struct op_powerpc_model op_model_7450; extern struct op_powerpc_model op_model_cell; |