]> Git Repo - linux.git/commit
parisc: remove obsolete manual allocation aligning in iosapic
authorRolf Eike Beer <[email protected]>
Wed, 14 Sep 2022 14:23:02 +0000 (16:23 +0200)
committerHelge Deller <[email protected]>
Thu, 15 Sep 2022 05:33:26 +0000 (07:33 +0200)
commite359b70cc1c51138e166bd4a560e5c5995369a99
tree0154e848f18ae35541ca5ee9d96fb65bba05abbe
parent95363747a6f39e88a3052fcf6ce6237769495ce0
parisc: remove obsolete manual allocation aligning in iosapic

kmalloc() returns memory with __assume_kmalloc_alignment, which is
__alignof__(unsigned long long) for parisc.

Signed-off-by: Rolf Eike Beer <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
drivers/parisc/iosapic.c
This page took 0.054154 seconds and 4 git commands to generate.