]> granicus.if.org Git - sysstat/commitdiff
mpstat.h: Remove unneeded 'aligned' attribute
authorSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 10 Jan 2022 17:40:47 +0000 (18:40 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 10 Jan 2022 17:40:47 +0000 (18:40 +0100)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
mpstat.h

index 23229dcc27eb0443d7728de533372558b3ecafc8..dd5eee174a1409822bd6703fe0207e95a18953cb 100644 (file)
--- a/mpstat.h
+++ b/mpstat.h
@@ -86,7 +86,7 @@
  * ...
  */
 struct stats_irqcpu {
-       unsigned int interrupt        __attribute__ ((aligned (4)));
+       unsigned int interrupt;
        char         irq_name[MAX_IRQ_LEN];
 };