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
..
2012-03-20 21:48:26 +08:00
2012-03-20 18:11:21 -07:00
2011-07-26 16:49:45 -07:00
2012-03-21 10:27:19 -07:00
2012-03-21 10:15:51 -07:00
2012-03-28 18:30:03 +01:00
2012-03-22 20:20:18 -07:00
2012-03-21 13:36:41 -07:00
2012-01-08 12:19:57 -08:00
2012-01-13 09:32:18 +10:30
2011-07-20 14:10:11 -07:00
2012-03-20 21:29:40 -04:00
2012-01-17 16:16:57 -05:00
2012-01-17 16:17:01 -05:00
2012-01-23 08:44:53 -08:00
2012-01-17 10:19:41 -08:00
2012-02-02 09:20:22 -08:00
2012-03-22 09:04:48 -07:00
2011-10-31 19:30:05 -04:00
2011-07-25 20:57:15 -07:00
2011-09-23 12:05:29 +05:30
2012-01-08 13:10:57 -08:00
2012-03-21 17:54:59 -07:00
2011-11-06 19:44:47 -08:00
2012-02-14 10:45:42 +11:00
2011-07-14 12:59:14 +03:00
2011-10-31 09:20:12 -04:00
2012-03-22 09:04:48 -07:00
2011-05-20 08:56:56 +02:00
2012-03-22 09:04:48 -07:00
2012-03-04 23:08:54 +01:00
2012-03-19 17:11:15 -07:00
2011-10-31 09:20:12 -04:00
2011-11-28 08:43:52 -08:00
2012-03-05 15:49:42 -08:00
2011-10-31 09:20:12 -04:00
2011-12-15 14:56:19 +01:00
2012-02-28 20:01:08 +01:00
2011-06-10 15:15:40 +02:00
2012-01-29 20:38:29 +01:00
2011-10-31 09:20:12 -04:00
2011-12-25 23:42:20 +01:00
2012-03-05 15:49:42 -08:00
2011-10-31 09:20:13 -04:00
2011-11-23 09:28:17 -08:00
2011-10-31 09:20:12 -04:00
2011-10-31 09:20:12 -04:00
2012-02-21 09:06:06 -08:00
2012-01-14 00:33:03 +01:00
2012-01-15 16:21:07 -08:00
2011-10-31 09:20:12 -04:00
2011-04-14 08:52:33 +02:00
2012-03-01 10:28:03 +01:00
2011-04-14 08:52:33 +02:00
2011-10-31 09:20:12 -04:00
2011-10-31 09:20:12 -04:00
2012-03-14 17:25:56 +08:00
2012-01-12 20:13:11 -08:00
2012-02-14 11:02:15 +10:30
2012-01-12 20:13:11 -08:00
2012-02-13 20:45:38 -05:00
2011-12-15 14:56:19 +01:00
2011-10-31 09:20:12 -04:00
2012-03-20 10:31:44 -07:00
2011-10-31 09:20:12 -04:00
2012-01-14 18:36:33 -08:00
2011-10-31 09:20:11 -04:00
2012-02-21 09:06:12 -08:00
2012-02-21 09:06:03 -08:00
2012-02-21 09:03:43 -08:00
2012-02-21 09:06:13 -08:00
2012-02-21 09:06:10 -08:00
2012-02-21 09:42:30 -08:00
2012-02-21 09:06:07 -08:00
2012-02-21 15:33:34 -08:00
2012-02-21 09:06:07 -08:00
2012-02-10 09:04:49 +01:00
2012-01-22 15:08:46 -05:00
2012-02-03 23:37:07 +01:00
2011-12-06 08:16:49 +01:00
2011-12-14 14:54:22 -08:00
2011-12-11 10:33:18 -08:00
2011-10-31 09:20:12 -04:00
2012-01-17 16:16:55 -05:00
2011-10-31 09:20:12 -04:00
2012-03-28 18:30:03 +01:00
2011-10-31 09:20:12 -04:00
2012-03-20 10:32:09 -07:00
2011-10-31 09:20:12 -04:00
2012-02-21 09:06:08 -08:00
2011-10-31 09:20:12 -04:00
2011-11-06 19:44:47 -08:00
2011-10-31 17:30:44 -07:00
2012-03-15 17:03:03 -07:00
2011-12-20 10:25:04 -08:00
2011-08-12 16:21:35 -05:00
2012-03-28 18:30:03 +01:00
2011-09-19 17:04:37 -07:00
2011-10-31 09:20:12 -04:00
2012-01-06 07:53:34 -08:00
2012-02-24 10:05:59 +01:00
2011-12-15 14:56:19 +01:00
2011-10-31 09:20:12 -04:00
2011-10-31 09:20:12 -04:00
2011-10-31 09:20:12 -04:00
2011-10-31 09:20:12 -04:00
2011-11-06 19:44:47 -08:00
2011-10-31 09:20:12 -04:00
2011-12-21 10:07:39 +01:00
2012-02-11 15:11:33 +01:00
2012-03-20 18:13:22 -07:00