diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2010-05-24 14:33:10 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-25 08:07:03 -0700 |
commit | 6c5e303afdf2910e58aeda56c10506342545a5af (patch) | |
tree | d8c57ef05b6d157044cb457b22ed1375a44deaae /include | |
parent | 37682177af68478fa83429b735fa16913c2fbb2b (diff) | |
download | op-kernel-dev-6c5e303afdf2910e58aeda56c10506342545a5af.zip op-kernel-dev-6c5e303afdf2910e58aeda56c10506342545a5af.tar.gz |
include/asm-generic/kmap_types.h: add helpful reminder
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-generic/kmap_types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-generic/kmap_types.h b/include/asm-generic/kmap_types.h index 97e807c..0232ccb 100644 --- a/include/asm-generic/kmap_types.h +++ b/include/asm-generic/kmap_types.h @@ -29,6 +29,9 @@ KMAP_D(16) KM_IRQ_PTE, KMAP_D(17) KM_NMI, KMAP_D(18) KM_NMI_PTE, KMAP_D(19) KM_KDB, +/* + * Remember to update debug_kmap_atomic() when adding new kmap types! + */ KMAP_D(20) KM_TYPE_NR }; |