Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / drivers / oprofile / oprofile_files.c
index 3bb1e6f..3888465 100644 (file)
@@ -124,10 +124,9 @@ static struct file_operations dump_fops = {
        .write          = dump_write,
 };
 
-#ifdef CONFIG_XEN
-
 #define TMPBUFSIZE 512
 
+#ifdef CONFIG_XEN
 static unsigned int adomains = 0;
 static int active_domains[MAX_OPROF_DOMAINS + 1];
 static DEFINE_MUTEX(adom_mutex);
@@ -314,7 +313,6 @@ static struct file_operations passive_domain_ops = {
        .read           = pdomain_read,
        .write          = pdomain_write,
 };
-
 #endif /* CONFIG_XEN */
 
 void oprofile_create_files(struct super_block * sb, struct dentry * root)