diff options
author | Graf Yang <graf.yang@analog.com> | 2009-01-07 10:14:39 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:39 -0500 |
commit | 6b3087c64a92a36ae20d33479b4df6d7afc910d4 (patch) | |
tree | 95984fc623658ebf150d0d912a7f6c5a0301a5a9 /arch/blackfin/oprofile | |
parent | c51b4488cd5bff08ed5690a8f303ff7f0894da2a (diff) |
Blackfin arch: SMP supporting patchset: Blackfin header files and machine common code
Blackfin dual core BF561 processor can support SMP like features.
https://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:smp-like
In this patch, we provide SMP extend to Blackfin header files
and machine common code
Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/oprofile')
-rw-r--r-- | arch/blackfin/oprofile/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/oprofile/common.c b/arch/blackfin/oprofile/common.c index 0f6d303a8891..f34795a2e481 100644 --- a/arch/blackfin/oprofile/common.c +++ b/arch/blackfin/oprofile/common.c | |||
@@ -130,7 +130,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops) | |||
130 | 130 | ||
131 | mutex_init(&pfmon_lock); | 131 | mutex_init(&pfmon_lock); |
132 | 132 | ||
133 | dspid = bfin_read_DSPID(); | 133 | dspid = bfin_dspid(); |
134 | 134 | ||
135 | printk(KERN_INFO "Oprofile got the cpu id is 0x%x. \n", dspid); | 135 | printk(KERN_INFO "Oprofile got the cpu id is 0x%x. \n", dspid); |
136 | 136 | ||