vserver 1.9.3
[linux-2.6.git] / include / asm-arm / arch-rpc / uncompress.h
index 845db94..43035fe 100644 (file)
@@ -60,14 +60,14 @@ static const unsigned long palette_4[16] = {
  * params_phys is a linker defined symbol - see
  * arch/arm/boot/compressed/Makefile
  */
-extern struct param_struct params_phys;
-#define params (&params_phys)
+extern __attribute__((pure)) struct param_struct *params(void);
+#define params (params())
 
 #ifndef STANDALONE_DEBUG 
 /*
  * This does not append a newline
  */
-static void puts(const char *s)
+static void putstr(const char *s)
 {
        extern void ll_write_char(char *, char c, char white);
        int x,y;