[SPARC64]: Add dummy PTRACE_PEEKUSR for gdb.
[linux-2.6.22.y-op.git] / arch / s390 / kernel / profile.c
blob7ba777eec1a8d404ffd7de2793119c31f752431d
1 /*
2 * arch/s390/kernel/profile.c
4 * Copyright (C) 2003 IBM Deutschland Entwicklung GmbH, IBM Corporation
5 * Author(s): Thomas Spatzier (tspat@de.ibm.com)
7 */
8 #include <linux/proc_fs.h>
9 #include <linux/profile.h>
11 static struct proc_dir_entry * root_irq_dir;
13 void init_irq_proc(void)
15 /* create /proc/irq */
16 root_irq_dir = proc_mkdir("irq", 0);
18 /* create /proc/irq/prof_cpu_mask */
19 create_prof_cpu_mask(root_irq_dir);