linux/drivers/misc/sgi-gru
David Howells 96f951edb1 Add #includes needed to permit the removal of asm/system.h
asm/system.h is a cause of circular dependency problems because it contains
commonly used primitive stuff like barrier definitions and uncommonly used
stuff like switch_to() that might require MMU definitions.

asm/system.h has been disintegrated by this point on all arches into the
following common segments:

 (1) asm/barrier.h

     Moved memory barrier definitions here.

 (2) asm/cmpxchg.h

     Moved xchg() and cmpxchg() here.  #included in asm/atomic.h.

 (3) asm/bug.h

     Moved die() and similar here.

 (4) asm/exec.h

     Moved arch_align_stack() here.

 (5) asm/elf.h

     Moved AT_VECTOR_SIZE_ARCH here.

 (6) asm/switch_to.h

     Moved switch_to() here.

Signed-off-by: David Howells <dhowells@redhat.com>
2012-03-28 18:30:03 +01:00
..
Makefile misc: change to new flag variable 2011-03-17 14:05:34 +01:00
gru.h
gru_instructions.h Add #includes needed to permit the removal of asm/system.h 2012-03-28 18:30:03 +01:00
grufault.c sanitize <linux/prefetch.h> usage 2011-05-20 12:50:29 -07:00
grufile.c drivers/misc/sgi-gru/grufile.c: fix the wrong members of gru_chip 2011-04-14 16:06:55 -07:00
gruhandles.c
gruhandles.h
grukdump.c
grukservices.c drivers/misc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. 2011-10-31 19:31:54 -04:00
grukservices.h
grulib.h
grumain.c sanitize <linux/prefetch.h> usage 2011-05-20 12:50:29 -07:00
gruprocfs.c switch procfs to umode_t use 2012-01-03 22:54:56 -05:00
grutables.h Fix common misspellings 2011-03-31 11:26:23 -03:00
grutlbpurge.c