Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/sys/arch/evbarm/rpi Pull up revision 1.6 of rpi_machdep.c...



details:   https://anonhg.NetBSD.org/src/rev/c55c355b79c5
branches:  netbsd-6
changeset: 775686:c55c355b79c5
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Feb 14 21:38:00 2013 +0000

description:
Pull up revision 1.6 of rpi_machdep.c to fix ticket #813.

diffstat:

 sys/arch/evbarm/rpi/rpi_machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r dab13c76b065 -r c55c355b79c5 sys/arch/evbarm/rpi/rpi_machdep.c
--- a/sys/arch/evbarm/rpi/rpi_machdep.c Wed Feb 13 20:52:05 2013 +0000
+++ b/sys/arch/evbarm/rpi/rpi_machdep.c Thu Feb 14 21:38:00 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpi_machdep.c,v 1.3.2.4 2013/02/13 01:36:14 riz Exp $  */
+/*     $NetBSD: rpi_machdep.c,v 1.3.2.5 2013/02/14 21:38:00 riz Exp $  */
 
 /*
  * Copyright (c) 2002, 2003, 2005  Genetec Corporation.  All rights reserved.
@@ -122,10 +122,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.3.2.4 2013/02/13 01:36:14 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.3.2.5 2013/02/14 21:38:00 riz Exp $");
 
 #include "opt_evbarm_boardtype.h"
-#include "opt_broadcom.h"
 
 #include "sdhc.h"
 #include "dotg.h"



Home | Main Index | Thread Index | Old Index