From e1222453bc4aac3f5a74cf6927b6b0145516ad54 Mon Sep 17 00:00:00 2001 From: "K.Prasad" Date: Mon, 23 Nov 2009 21:17:13 +0530 Subject: [PATCH] --- yaml --- r: 169753 b: refs/heads/master c: ba6909b719a5ccc0c8100d2895bb7ff557b2eeae h: refs/heads/master i: 169751: 0794a8175754c9b60f2762ab02e9a35ff8562a59 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/hw_breakpoint.c | 4 ++++ trunk/kernel/hw_breakpoint.c | 4 ++++ trunk/samples/hw_breakpoint/data_breakpoint.c | 2 ++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index b1a2e91c2c20..422bc885eece 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: acd1d7c1f8f3d848a3c5327dc09f8c1efb971678 +refs/heads/master: ba6909b719a5ccc0c8100d2895bb7ff557b2eeae diff --git a/trunk/arch/x86/kernel/hw_breakpoint.c b/trunk/arch/x86/kernel/hw_breakpoint.c index 752daebe91c6..4d267fb77828 100644 --- a/trunk/arch/x86/kernel/hw_breakpoint.c +++ b/trunk/arch/x86/kernel/hw_breakpoint.c @@ -16,6 +16,10 @@ * Copyright (C) 2007 Alan Stern * Copyright (C) 2009 IBM Corporation * Copyright (C) 2009 Frederic Weisbecker + * + * Authors: Alan Stern + * K.Prasad + * Frederic Weisbecker */ /* diff --git a/trunk/kernel/hw_breakpoint.c b/trunk/kernel/hw_breakpoint.c index b6d6fa273eeb..c16662268d75 100644 --- a/trunk/kernel/hw_breakpoint.c +++ b/trunk/kernel/hw_breakpoint.c @@ -18,6 +18,10 @@ * Copyright (C) 2009, Frederic Weisbecker * * Thanks to Ingo Molnar for his many suggestions. + * + * Authors: Alan Stern + * K.Prasad + * Frederic Weisbecker */ /* diff --git a/trunk/samples/hw_breakpoint/data_breakpoint.c b/trunk/samples/hw_breakpoint/data_breakpoint.c index 5bc9819a819e..95063818bcf4 100644 --- a/trunk/samples/hw_breakpoint/data_breakpoint.c +++ b/trunk/samples/hw_breakpoint/data_breakpoint.c @@ -23,6 +23,8 @@ * that variable. * * Copyright (C) IBM Corporation, 2009 + * + * Author: K.Prasad */ #include /* Needed by all modules */ #include /* Needed for KERN_INFO */