Sun Dec 15 09:14:09 2013 UTC ()
Trailing whitespace


(skrll)
diff -r1.16 -r1.17 src/sys/arch/arm/arm32/db_machdep.c

cvs diff -r1.16 -r1.17 src/sys/arch/arm/arm32/db_machdep.c (expand / switch to unified diff)

--- src/sys/arch/arm/arm32/db_machdep.c 2013/01/05 15:06:51 1.16
+++ src/sys/arch/arm/arm32/db_machdep.c 2013/12/15 09:14:09 1.17
@@ -1,45 +1,45 @@ @@ -1,45 +1,45 @@
1/* $NetBSD: db_machdep.c,v 1.16 2013/01/05 15:06:51 christos Exp $ */ 1/* $NetBSD: db_machdep.c,v 1.17 2013/12/15 09:14:09 skrll Exp $ */
2 2
3/*  3/*
4 * Copyright (c) 1996 Mark Brinicombe 4 * Copyright (c) 1996 Mark Brinicombe
5 * 5 *
6 * Mach Operating System 6 * Mach Operating System
7 * Copyright (c) 1991,1990 Carnegie Mellon University 7 * Copyright (c) 1991,1990 Carnegie Mellon University
8 * All Rights Reserved. 8 * All Rights Reserved.
9 *  9 *
10 * Permission to use, copy, modify and distribute this software and its 10 * Permission to use, copy, modify and distribute this software and its
11 * documentation is hereby granted, provided that both the copyright 11 * documentation is hereby granted, provided that both the copyright
12 * notice and this permission notice appear in all copies of the 12 * notice and this permission notice appear in all copies of the
13 * software, derivative works or modified versions, and any portions 13 * software, derivative works or modified versions, and any portions
14 * thereof, and that both notices appear in supporting documentation. 14 * thereof, and that both notices appear in supporting documentation.
15 *  15 *
16 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" 16 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
17 * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR 17 * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
18 * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. 18 * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
19 *  19 *
20 * Carnegie Mellon requests users of this software to return to 20 * Carnegie Mellon requests users of this software to return to
21 *  21 *
22 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU 22 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
23 * School of Computer Science 23 * School of Computer Science
24 * Carnegie Mellon University 24 * Carnegie Mellon University
25 * Pittsburgh PA 15213-3890 25 * Pittsburgh PA 15213-3890
26 *  26 *
27 * any improvements or extensions that they make and grant Carnegie the 27 * any improvements or extensions that they make and grant Carnegie the
28 * rights to redistribute these changes. 28 * rights to redistribute these changes.
29 */ 29 */
30 30
31#include <sys/cdefs.h> 31#include <sys/cdefs.h>
32__KERNEL_RCSID(0, "$NetBSD: db_machdep.c,v 1.16 2013/01/05 15:06:51 christos Exp $"); 32__KERNEL_RCSID(0, "$NetBSD: db_machdep.c,v 1.17 2013/12/15 09:14:09 skrll Exp $");
33 33
34#include <sys/param.h> 34#include <sys/param.h>
35#include <sys/proc.h> 35#include <sys/proc.h>
36#include <sys/vnode.h> 36#include <sys/vnode.h>
37#include <sys/systm.h> 37#include <sys/systm.h>
38 38
39#include <arm/arm32/db_machdep.h> 39#include <arm/arm32/db_machdep.h>
40#include <arm/cpufunc.h> 40#include <arm/cpufunc.h>
41 41
42#include <ddb/db_access.h> 42#include <ddb/db_access.h>
43#include <ddb/db_sym.h> 43#include <ddb/db_sym.h>
44#include <ddb/db_output.h> 44#include <ddb/db_output.h>
45#include <ddb/db_variables.h> 45#include <ddb/db_variables.h>