projects
/
sysstat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace9711
)
mpstat.h: Remove unneeded 'aligned' attribute
author
Sebastien GODARD
<sysstat@users.noreply.github.com>
Mon, 10 Jan 2022 17:40:47 +0000
(18:40 +0100)
committer
Sebastien 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
patch
|
blob
|
history
diff --git
a/mpstat.h
b/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];
};