vserver 2.0 rc7
[linux-2.6.git] / include / asm-parisc / system.h
index 8aecb9e..81c5433 100644 (file)
@@ -125,7 +125,7 @@ static inline void set_eiem(unsigned long val)
 ** The __asm__ op below simple prevents gcc/ld from reordering
 ** instructions across the mb() "call".
 */
-#define mb()           __asm__ __volatile__("":::"memory");    /* barrier() */
+#define mb()           __asm__ __volatile__("":::"memory")     /* barrier() */
 #define rmb()          mb()
 #define wmb()          mb()
 #define smp_mb()       mb()
@@ -205,4 +205,6 @@ extern spinlock_t pa_tlb_lock;
 
 #endif
 
+#define arch_align_stack(x) (x)
+
 #endif