1
0
Fork 0
alistair23-linux/arch/alpha/oprofile
Markus Armbruster 0c6856f702 [PATCH] oprofile: Fix unnecessary cleverness
nmi_create_files() in arch/i386/oprofile/nmi_int.c depends on
model->num_counters (number of performance counters) being less than 10.
While this is currently the case, it's too clever by half.

Other archs aren't quite as clever: they assume 100.  I suggest to
normalize them all to 1000.

Cc: Philippe Elie <phil.el@wanadoo.fr>
Cc: John Levon <levon@movementarian.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-26 09:58:17 -07:00
..
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
common.c [PATCH] oprofile: Fix unnecessary cleverness 2006-06-26 09:58:17 -07:00
op_impl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
op_model_ev4.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
op_model_ev5.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
op_model_ev6.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
op_model_ev67.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00