diff options
Diffstat (limited to 'arch/blackfin/oprofile/common.c')
-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 | ||