Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198264
b: refs/heads/master
c: ff3d58c
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed May 25, 2010
1 parent 9262869 commit 18e750d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd23855e38d2a7275a786238459c070b4e9f7975
refs/heads/master: ff3d58c22b6827039983911d3460cf0c1657f8cc
2 changes: 1 addition & 1 deletion trunk/include/linux/highmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static inline void invalidate_kernel_vmap_range(void *vaddr, int size)

#include <asm/kmap_types.h>

#if defined(CONFIG_DEBUG_HIGHMEM) && defined(CONFIG_TRACE_IRQFLAGS_SUPPORT)
#ifdef CONFIG_DEBUG_HIGHMEM

void debug_kmap_atomic(enum km_type type);

Expand Down
2 changes: 1 addition & 1 deletion trunk/mm/highmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ void __init page_address_init(void)

#endif /* defined(CONFIG_HIGHMEM) && !defined(WANT_PAGE_VIRTUAL) */

#if defined(CONFIG_DEBUG_HIGHMEM) && defined(CONFIG_TRACE_IRQFLAGS_SUPPORT)
#ifdef CONFIG_DEBUG_HIGHMEM

void debug_kmap_atomic(enum km_type type)
{
Expand Down

0 comments on commit 18e750d

Please sign in to comment.