Paul Gortmaker 167d821520 avr32: fix nop compile fails from system.h split up
To fix:

  In file included from kernel/exit.c:61:
  arch/avr32/include/asm/mmu_context.h: In function 'enable_mmu':
  arch/avr32/include/asm/mmu_context.h:135: error: implicit declaration of function 'nop'

It needs an include of the new file created in commit ae4739465866
("Disintegrate asm/system.h for AVR32"), but since that file only
contains "nop", and since other arch already have precedent of putting
nop in asm/barrier.h we should just delete the new file and put nop in
barrier.h

Suggested-and-acked-by: David Howells <dhowells@redhat.com>
Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-04-04 08:23:44 -07:00
..
2012-03-28 18:30:01 +01:00
2012-03-28 18:30:01 +01:00
2012-03-28 18:30:01 +01:00
2012-03-28 18:30:01 +01:00
2009-12-16 07:20:12 -08:00
2012-03-28 18:30:01 +01:00
2010-10-07 14:08:55 +01:00
2010-06-09 11:12:36 +02:00
2009-09-22 07:17:42 -07:00
2010-10-26 16:52:08 -07:00
2012-02-14 12:01:28 -08:00
2011-07-26 16:49:43 -07:00
2011-04-13 15:46:59 +02:00
2009-02-01 11:01:23 +05:30
2012-01-03 22:55:17 -05:00
2011-05-28 10:48:39 -07:00