diff options
| author | Takashi Iwai <tiwai@suse.de> | 2012-01-31 09:13:14 -0500 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2012-01-31 09:13:14 -0500 |
| commit | ea51e5040e24eefe44d70bc654a237ca1f0225b0 (patch) | |
| tree | df2e5922dcdfafae62a10d8cd97f98121064fc23 /include/linux/prctl.h | |
| parent | 3422a47041b8cb8f14ac1e3926bcf711121df6dc (diff) | |
| parent | 8dbd52daee38adaae4d5a674bcca837e694a4f4c (diff) | |
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'include/linux/prctl.h')
| -rw-r--r-- | include/linux/prctl.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/prctl.h b/include/linux/prctl.h index a3baeb2c2161..7ddc7f1b480f 100644 --- a/include/linux/prctl.h +++ b/include/linux/prctl.h | |||
| @@ -102,4 +102,16 @@ | |||
| 102 | 102 | ||
| 103 | #define PR_MCE_KILL_GET 34 | 103 | #define PR_MCE_KILL_GET 34 |
| 104 | 104 | ||
| 105 | /* | ||
| 106 | * Tune up process memory map specifics. | ||
| 107 | */ | ||
| 108 | #define PR_SET_MM 35 | ||
| 109 | # define PR_SET_MM_START_CODE 1 | ||
| 110 | # define PR_SET_MM_END_CODE 2 | ||
| 111 | # define PR_SET_MM_START_DATA 3 | ||
| 112 | # define PR_SET_MM_END_DATA 4 | ||
| 113 | # define PR_SET_MM_START_STACK 5 | ||
| 114 | # define PR_SET_MM_START_BRK 6 | ||
| 115 | # define PR_SET_MM_BRK 7 | ||
| 116 | |||
| 105 | #endif /* _LINUX_PRCTL_H */ | 117 | #endif /* _LINUX_PRCTL_H */ |
