dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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: improve GRU TLB dropin statistics 2009-12-16 07:20:17 -08:00
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 gru: preload tlb for bcopy instructions 2009-12-16 07:20:16 -08:00
gruhandles.h gru: update GRU structures to match latest hardware spec 2009-12-16 07:20:16 -08:00
grukdump.c gru: add debug option for cache flushing 2009-12-16 07:20:15 -08:00
grukservices.c drivers/misc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. 2011-10-31 19:31:54 -04:00
grukservices.h X86: uv: implement a gru_read_gpa kernel function 2009-12-16 07:20:13 -08:00
grulib.h gru: improve GRU TLB dropin statistics 2009-12-16 07:20:17 -08:00
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 gru: add additional GRU statistics 2009-12-16 07:20:16 -08:00