Files
linux/arch/sparc/include/asm
Zi Yan 9157259d16 mm: add pmd_t initializer __pmd() to work around a GCC bug.
THP migration is added but only supports x86_64 at the moment. For all
other architectures, swp_entry_to_pmd() only returns a zero pmd_t.

Due to a GCC zero initializer bug #53119, the standard (pmd_t){0}
initializer is not accepted by all GCC versions. __pmd() is a feasible
workaround. In addition, sparc32's pmd_t is an array instead of a single
value, so we need (pmd_t){ {0}, } instead of (pmd_t){0}. Thus,
a different __pmd() definition is needed in sparc32.

Signed-off-by: Zi Yan <zi.yan@cs.rutgers.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-10 15:03:57 -07:00
..
2008-12-09 00:50:13 -08:00
2016-01-12 20:46:57 +02:00
2012-03-28 18:30:03 +01:00
2015-05-13 10:55:42 +02:00
2012-03-28 18:30:03 +01:00
2014-08-26 13:45:55 -04:00
2014-04-29 01:12:25 -04:00
2008-08-31 20:56:15 -07:00
2012-03-28 18:30:03 +01:00
2013-03-20 11:06:54 -07:00
2017-06-10 14:10:54 -07:00
2012-05-15 10:22:00 -07:00
2017-06-06 13:45:28 -07:00
2012-03-28 18:30:03 +01:00
2014-05-02 01:30:20 -04:00
2017-06-06 13:45:29 -07:00
2016-01-12 20:46:49 +02:00
2017-06-12 15:44:01 -07:00
2016-09-28 20:40:52 -04:00
2016-03-22 15:36:02 -07:00
2012-04-15 10:28:50 -07:00
2017-02-23 08:30:28 -08:00
2016-12-11 18:01:51 -08:00
2017-05-15 23:40:22 -04:00
2017-03-28 16:43:25 -04:00
2012-07-26 16:46:16 -07:00