diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-13 20:29:44 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-13 20:29:44 +0300 |
commit | df26327ea097eb78e7967c45df6b23010c43c28d (patch) | |
tree | 4e6176732663f7f9c7af1ecaf565f2de7af4f84f /include | |
parent | 6d2ef226f2f18d530e48ead0cb5704505628b797 (diff) | |
download | linux-df26327ea097eb78e7967c45df6b23010c43c28d.tar.xz |
Drop some straggling mentions of gcc-4.9 as being stale
Fix up the admin-guide README file to the new gcc-5.1 requirement, and
remove a stale comment about gcc support for the __assume_aligned__
attribute.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/compiler_attributes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/compiler_attributes.h b/include/linux/compiler_attributes.h index ba417a5c80af..ee19cebabcf5 100644 --- a/include/linux/compiler_attributes.h +++ b/include/linux/compiler_attributes.h @@ -54,7 +54,6 @@ * compiler should see some alignment anyway, when the return value is * massaged by 'flags = ptr & 3; ptr &= ~3;'). * - * Optional: only supported since gcc >= 4.9 * Optional: not supported by icc * * gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-assume_005faligned-function-attribute |