Revision: 1269
http://hackndev.svn.sourceforge.net/hackndev/?rev=1269&view=rev
Author: marex_z71
Date: 2007-08-24 20:09:05 -0700 (Fri, 24 Aug 2007)
Log Message:
-----------
HnD: kernel cleanup - remove no longer needed code from uncompress.h
Modified Paths:
--------------
linux4palm/linux/trunk/include/asm-arm/arch-pxa/uncompress.h
Modified: linux4palm/linux/trunk/include/asm-arm/arch-pxa/uncompress.h
===================================================================
--- linux4palm/linux/trunk/include/asm-arm/arch-pxa/uncompress.h 2007-08-25 00:24:34 UTC (rev 1268)
+++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/uncompress.h 2007-08-25 03:09:05 UTC (rev 1269)
@@ -19,29 +19,11 @@
static inline void putc(char c)
{
-/*
#ifdef CONFIG_SERIAL_PXA_CONSOLE
while (!(UART[5] & 0x20))
barrier();
UART[0] = c;
#endif
-*/
-#if !defined(CONFIG_MACH_PALMZ72) && !defined(CONFIG_MACH_T3XSCALE)
-#ifdef CONFIG_LL_PXA_JTAG
-__asm__ ("1001: mrc p14, 0, r15, c14, c0, 0\n"
- "bvs 1001b\n"
- "mcr p14, 0, %0, c8, c0, 0\n"
- :
- : "r"(c)
- : "r15"
- );
-#else
-/*
-+ if (machine_is_h1900())
-+ return;
-+ */
-#endif
-#endif
}
/*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|