Messages in this thread |  | | | Subject | Re: [PATCH 1/3] AMD Family10h+ IBS support for oProfile driver: Setup routines | | From | Andi Kleen <> | | Date | Wed, 11 Jun 2008 14:07:59 +0200 |
| |
Pavel Machek <pavel@suse.cz> writes:
> Hi! > >> This patchset supports the new profiling hardware available in the latest AMD CPUs in the oProfile driver. > >> @@ -419,9 +454,15 @@ int __init op_nmi_init(struct oprofile_operations *ops) >> break; >> case 0x10: >> model = &op_athlon_spec; >> - cpu_type = "x86-64/family10"; >> + cpu_type = "x86-64/family10h"; >> + break; > > Is this string visible to userspace?
Yes it is.
-Andi
|  |