diff options
| author | Paul Mackerras <paulus@samba.org> | 2002-12-21 12:13:33 +1100 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2002-12-21 12:13:33 +1100 |
| commit | c261322433a7e8f2f0b0c2d1ff8af089e39d5597 (patch) | |
| tree | 9df3065430cedca6b327aa03b9b76ca6d4cee1af /include | |
| parent | bba32258181346cb476419033bb0243aa20360d2 (diff) | |
| parent | 8c977c50297268655ee41a5f8a7e5eee5851af25 (diff) | |
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/oprofile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/oprofile.h b/include/linux/oprofile.h index 982b64e0518a..8e7422a320ed 100644 --- a/include/linux/oprofile.h +++ b/include/linux/oprofile.h @@ -55,7 +55,7 @@ int oprofile_arch_init(struct oprofile_operations ** ops, enum oprofile_cpu * cp * Add a sample. This may be called from any context. Pass * smp_processor_id() as cpu. */ -extern void FASTCALL(oprofile_add_sample(unsigned long eip, unsigned long event, int cpu)); +extern void oprofile_add_sample(unsigned long eip, unsigned long event, int cpu); /** * Create a file of the given name as a child of the given root, with |
