From: Robert Richter Date: Tue, 29 Jul 2008 14:57:10 +0000 (+0200) Subject: OProfile: Rename IBS sysfs dir into "ibs_op" X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ccd755c2d90dd9b9729ba5975f7c92bf206ddcf7;p=deliverable%2Flinux.git OProfile: Rename IBS sysfs dir into "ibs_op" The new name is now more close to those used in the spec. Signed-off-by: Robert Richter --- diff --git a/arch/x86/oprofile/op_model_amd.c b/arch/x86/oprofile/op_model_amd.c index 0657c56a66b5..23ce63f2762c 100644 --- a/arch/x86/oprofile/op_model_amd.c +++ b/arch/x86/oprofile/op_model_amd.c @@ -503,7 +503,7 @@ static int setup_ibs_files(struct super_block * sb, struct dentry * root) oprofilefs_create_ulong(sb, dir, "rand_enable", &ibs_config.rand_en); - dir = oprofilefs_mkdir(sb, root, "ibs_uops"); + dir = oprofilefs_mkdir(sb, root, "ibs_op"); oprofilefs_create_ulong(sb, dir, "enable", &ibs_config.op_enabled); oprofilefs_create_ulong(sb, dir, "max_count",