-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 181054 b: refs/heads/master c: a99eae5 h: refs/heads/master v: v3
- Loading branch information
Paul Mundt
committed
Jan 12, 2010
1 parent
37a7dda
commit ad59e84
Showing
5 changed files
with
199 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 776258df925acd0563f471ee4b3f19bbffb3c04f | ||
refs/heads/master: a99eae5417a09e0be66bf574a9a79a2a7388c967 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#ifndef __ASM_SH_ALIGNMENT_H | ||
#define __ASM_SH_ALIGNMENT_H | ||
|
||
#include <linux/types.h> | ||
|
||
extern void inc_unaligned_byte_access(void); | ||
extern void inc_unaligned_word_access(void); | ||
extern void inc_unaligned_dword_access(void); | ||
extern void inc_unaligned_multi_access(void); | ||
extern void inc_unaligned_user_access(void); | ||
extern void inc_unaligned_kernel_access(void); | ||
|
||
#define UM_WARN (1 << 0) | ||
#define UM_FIXUP (1 << 1) | ||
#define UM_SIGNAL (1 << 2) | ||
|
||
extern unsigned int unaligned_user_action(void); | ||
|
||
extern void unaligned_fixups_notify(struct task_struct *, insn_size_t, struct pt_regs *); | ||
|
||
#endif /* __ASM_SH_ALIGNMENT_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.