public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] OProfile update
@ 2003-05-03 23:44 John Levon
  2003-05-03 23:44 ` [PATCH 2/8] " John Levon
  0 siblings, 1 reply; 8+ messages in thread
From: John Levon @ 2003-05-03 23:44 UTC (permalink / raw)
  To: torvalds, linux-kernel


The next 8 patches change the following files :

 arch/alpha/oprofile/Makefile      |    3 +
 arch/alpha/oprofile/common.c      |    2 -
 arch/i386/oprofile/Makefile       |    5 +-
 arch/i386/oprofile/init.c         |   11 ++----
 arch/i386/oprofile/nmi_int.c      |   14 +++----
 arch/i386/oprofile/timer_int.c    |   58
--------------------------------
 arch/parisc/oprofile/Makefile     |    5 +-
 arch/parisc/oprofile/init.c       |    3 -
 arch/parisc/oprofile/timer_int.c  |   58
--------------------------------
 arch/ppc64/oprofile/Makefile      |    5 +-
 arch/ppc64/oprofile/init.c        |    3 -
 arch/ppc64/oprofile/timer_int.c   |   59
---------------------------------
 arch/sparc64/oprofile/Makefile    |    5 +-
 arch/sparc64/oprofile/init.c      |    3 -
 arch/sparc64/oprofile/timer_int.c |   59
---------------------------------
 arch/x86_64/oprofile/Makefile     |    9 ++---
 drivers/oprofile/buffer_sync.c    |   67
+++++++++++++++++++++++++-------------
 drivers/oprofile/event_buffer.c   |    6 ++-
 drivers/oprofile/oprof.c          |   23 +++++++++----
 drivers/oprofile/oprofile_stats.c |    6 +--
 drivers/oprofile/oprofile_stats.h |    2 -
 drivers/oprofile/timer_int.c      |   56
+++++++++++++++++++++++++++++++
 22 files changed, 159 insertions(+), 303 deletions(-)


Convention is that error returns are negative.

diff -Naur -X dontdiff linux-cvs/arch/alpha/oprofile/common.c linux-me/arch/alpha/oprofile/common.c
--- linux-cvs/arch/alpha/oprofile/common.c	2003-04-05 18:44:20.000000000 +0100
+++ linux-me/arch/alpha/oprofile/common.c	2003-04-29 01:18:48.000000000 +0100
@@ -175,7 +175,7 @@
 	}
 
 	if (!lmodel)
-		return ENODEV;
+		return -ENODEV;
 	model = lmodel;
 
 	oprof_axp_ops.cpu_type = lmodel->cpu_type;


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-05-03 23:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-03 23:44 [PATCH 1/8] OProfile update John Levon
2003-05-03 23:44 ` [PATCH 2/8] " John Levon
2003-05-03 23:44   ` [PATCH 3/8] " John Levon
2003-05-03 23:44     ` [PATCH 4/8] " John Levon
2003-05-03 23:44       ` [PATCH 5/8] " John Levon
2003-05-03 23:44         ` [PATCH 6/8] " John Levon
2003-05-03 23:44           ` [PATCH 7/8] " John Levon
2003-05-03 23:44             ` [PATCH 8/8] " John Levon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox