diff options
| author | Steven Rostedt <[email protected]> | 2008-05-06 20:42:28 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-05-08 10:46:55 -0700 |
| commit | a1f2aa1be2f7a6883ba46faa53ed82595dee2a06 (patch) | |
| tree | 9c1cffac6d201eea6c1c19c9973e3d5ee0f11814 /include/linux/debugobjects.h | |
| parent | 55d7b68996a5064f011d681bca412b6281d2f711 (diff) | |
fix irq flags in mac80211 code
A file in the net/mac80211 directory uses "int" for flags. This can cause
hard to find bugs on some architectures. This patch converts the flags to use
"long" instead.
This bug was discovered by doing an allyesconfig make on the -rt kernel where
checks are done to ensure all flags are of size sizeof(long).
Signed-off-by: Steven Rostedt <[email protected]>
Cc: "John W. Linville" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions