[parisc-linux] [RFC] rewrite kernel spinlock code to work better with gcc

Joel Soete soete.joel@tiscali.be
Sun, 30 Nov 2003 00:51:11 +0000


:)

a trivial atomic.h patch:
---------><---------
--- atomic.h.orig       2003-11-30 01:47:49.000000000 +0100
+++ atomic.h    2003-11-30 01:48:01.000000000 +0100
@@ -1,7 +1,6 @@
  #ifndef _ASM_PARISC_ATOMIC_H_
  #define _ASM_PARISC_ATOMIC_H_

-#include <linux/config.h>
  #include <asm/system.h>

  /* Copyright (C) 2000 Philipp Rumpf <prumpf@tux.org>.  */
---------><---------

hth,
	J.