Module Name:    src
Committed By:   kiyohara
Date:           Thu Sep 23 06:43:32 UTC 2010

Modified Files:
        src/sys/arch/evbarm/gumstix: gxio.c

Log Message:
Remove #if !defined(OVERO) - #endif.  Overo can call delay().


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/gumstix/gxio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/gumstix/gxio.c
diff -u src/sys/arch/evbarm/gumstix/gxio.c:1.17 src/sys/arch/evbarm/gumstix/gxio.c:1.18
--- src/sys/arch/evbarm/gumstix/gxio.c:1.17	Sat Aug 28 07:06:29 2010
+++ src/sys/arch/evbarm/gumstix/gxio.c	Thu Sep 23 06:43:32 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: gxio.c,v 1.17 2010/08/28 07:06:29 kiyohara Exp $ */
+/*	$NetBSD: gxio.c,v 1.18 2010/09/23 06:43:32 kiyohara Exp $ */
 /*
  * Copyright (C) 2005, 2006, 2007 WIDE Project and SOUM Corporation.
  * All rights reserved.
@@ -31,7 +31,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gxio.c,v 1.17 2010/08/28 07:06:29 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gxio.c,v 1.18 2010/09/23 06:43:32 kiyohara Exp $");
 
 #include "opt_cputypes.h"
 #include "opt_gumstix.h"
@@ -315,9 +315,7 @@
 #elif defined(CPU_XSCALE_PXA270)
 	pxa2x0_gpio_set_function(12, GPIO_OUT | GPIO_CLR);
 #endif
-#if !defined(OVERO)	/* XXXXX */
 	delay(100);
-#endif
 
 #if defined(CPU_XSCALE_PXA270) && defined(CPU_XSCALE_PXA250)
 	pxa2x0_gpio_config(

Reply via email to