projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11b0be7
)
[Blackfin] arch: current_l1_stack_save is a pointer, so use NULL rather than 0
author
Mike Frysinger
<vapier.adi@gmail.com>
Thu, 6 Mar 2008 02:02:23 +0000
(19:02 -0700)
committer
Bryan Wu
<cooloney@kernel.org>
Thu, 6 Mar 2008 02:02:23 +0000
(19:02 -0700)
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
include/asm-blackfin/mmu_context.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-blackfin/mmu_context.h
b/include/asm-blackfin/mmu_context.h
index b5eb67596ad59e79df4e891d4c42541b57b341d0..f55ec3c23a924eacd227f23ece059d4d06936933 100644
(file)
--- a/
include/asm-blackfin/mmu_context.h
+++ b/
include/asm-blackfin/mmu_context.h
@@
-73,7
+73,7
@@
static inline void destroy_context(struct mm_struct *mm)
struct sram_list_struct *tmp;
if (current_l1_stack_save == mm->context.l1_stack_save)
- current_l1_stack_save =
0
;
+ current_l1_stack_save =
NULL
;
if (mm->context.l1_stack_save)
free_l1stack();