Gideon Israel Dsouza
d8c34b949d
crypto: Replaced gcc specific attributes with macros from compiler.h
...
Continuing from this commit: 52f5684c8e
("kernel: use macros from compiler.h instead of __attribute__((...))")
I submitted 4 total patches. They are part of task I've taken up to
increase compiler portability in the kernel. I've cleaned up the
subsystems under /kernel /mm /block and /security, this patch targets
/crypto.
There is <linux/compiler.h> which provides macros for various gcc specific
constructs. Eg: __weak for __attribute__((weak)). I've cleaned all
instances of gcc specific attributes with the right macros for the crypto
subsystem.
I had to make one additional change into compiler-gcc.h for the case when
one wants to use this: __attribute__((aligned) and not specify an alignment
factor. From the gcc docs, this will result in the largest alignment for
that data type on the target machine so I've named the macro
__aligned_largest. Please advise if another name is more appropriate.
Signed-off-by: Gideon Israel Dsouza <gidisrael@gmail.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2017-01-13 00:24:39 +08:00
..
2016-12-14 20:42:45 -08:00
2016-12-16 11:23:34 -08:00
2016-12-31 14:35:04 +00:00
2016-12-25 11:04:12 +01:00
2016-12-19 08:16:26 -08:00
2016-12-29 14:17:40 -05:00
2016-12-28 14:36:52 -05:00
2016-12-14 10:49:33 -08:00
2016-12-17 20:17:04 -08:00
2016-12-15 16:03:25 -08:00
2016-12-16 10:48:28 -08:00
2016-12-13 11:10:36 -08:00
2016-12-15 12:46:48 -08:00
2016-12-22 22:58:37 -05:00
2016-12-13 10:19:16 -08:00
2016-12-09 08:30:51 -07:00
2016-12-14 10:49:33 -08:00
2016-12-17 13:02:04 -07:00
2016-12-17 11:14:25 -05:00
2016-12-17 21:27:44 -05:00
2016-12-22 09:25:45 -08:00
2016-12-08 16:37:33 -08:00
2016-12-25 11:04:12 +01:00
2016-12-12 18:55:08 -08:00
2017-01-13 00:24:39 +08:00
2016-12-21 10:16:05 -08:00
2016-12-13 11:18:24 -08:00
2016-12-25 10:47:43 +01:00
2016-12-25 10:47:44 +01:00
2016-12-15 11:32:31 +01:00
2016-12-17 16:00:34 -08:00
2016-12-26 20:29:24 -08:00
2016-12-13 11:42:18 -08:00
2016-12-13 11:42:18 -08:00
2016-12-14 16:04:08 -08:00
2016-12-25 11:04:12 +01:00
2016-12-15 08:58:12 -02:00
2016-12-09 09:03:02 -07:00
2016-12-27 12:28:07 -05:00
2016-12-19 08:23:53 -08:00
2016-12-11 16:33:18 -05:00
2017-01-05 23:06:06 -08:00
2016-12-15 13:49:34 -08:00
2016-12-25 17:21:22 +01:00
2016-12-22 11:48:20 -07:00
2016-12-14 16:04:08 -08:00
2016-12-14 10:12:26 +01:00
2016-12-25 17:21:22 +01:00
2016-12-14 16:04:09 -08:00
2016-12-09 21:54:22 -08:00
2016-12-14 16:04:10 -08:00
2016-12-20 09:48:44 -08:00
2016-12-24 11:46:01 -08:00
2016-12-14 16:04:08 -08:00
2016-12-14 20:12:43 -08:00
2016-12-16 09:26:42 -08:00
2016-12-12 18:55:06 -08:00
2016-12-25 17:21:23 +01:00
2016-12-13 15:47:02 -08:00
2017-01-04 13:22:38 -07:00
2016-12-12 18:55:07 -08:00
2016-12-27 17:50:51 +08:00
2016-12-18 11:12:53 -08:00
2016-12-25 11:54:48 -08:00
2016-12-16 00:13:41 +02:00
2016-12-14 16:33:38 +01:00
2016-12-16 16:34:52 -05:00
2016-12-15 20:42:48 -05:00
2016-12-19 17:29:44 -05:00
2016-12-09 23:47:10 -05:00
2016-12-14 16:04:08 -08:00
2016-12-24 11:23:24 -08:00
2016-12-13 10:19:16 -08:00
2016-12-12 18:55:07 -08:00
2016-12-29 11:03:15 -08:00
2016-12-25 11:54:48 -08:00
2016-12-15 12:46:48 -08:00
2016-12-15 12:46:48 -08:00
2016-12-13 11:42:18 -08:00
2016-12-13 11:42:18 -08:00
2016-12-24 11:46:01 -08:00
2016-12-12 18:55:09 -08:00
2016-12-13 16:07:55 -08:00
2016-12-12 19:56:15 -08:00
2016-12-19 08:23:53 -08:00
2017-01-07 18:22:40 -08:00
2016-12-20 09:48:47 -08:00
2016-12-12 18:55:08 -08:00
2016-12-12 11:26:47 -08:00
2016-12-22 09:25:45 -08:00
2016-12-16 00:13:41 +02:00
2016-12-14 16:04:07 -08:00
2016-12-25 17:21:22 +01:00
2016-12-13 10:19:16 -08:00
2017-01-06 13:00:01 -05:00
2016-12-25 17:21:22 +01:00
2016-12-25 11:04:12 +01:00
2016-12-25 11:04:12 +01:00
2016-12-25 11:04:12 +01:00
2016-12-09 09:13:30 -05:00
2016-12-09 09:13:30 -05:00
2016-12-25 11:04:12 +01:00
2016-12-09 22:12:21 -05:00
2016-12-16 10:24:44 -08:00
2016-12-11 18:01:51 -08:00
2016-12-14 16:04:09 -08:00
2016-12-12 18:55:08 -08:00
2016-12-25 17:21:22 +01:00
2016-12-13 12:59:57 -08:00
2016-12-25 11:54:48 -08:00