Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36173
b: refs/heads/master
c: f269fdd
h: refs/heads/master
i:
  36171: 04e00f4
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Sep 27, 2006
1 parent f0202b6 commit 2bc3550
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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: 930e652a21a08986b03d1f370f933057dc0db2dc
refs/heads/master: f269fdd1829acc5e53bf57b145003e5733133f2b
5 changes: 0 additions & 5 deletions trunk/fs/proc/task_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ struct mem_size_stats
unsigned long private_dirty;
};

__attribute__((weak)) const char *arch_vma_name(struct vm_area_struct *vma)
{
return NULL;
}

static int show_map_internal(struct seq_file *m, void *v, struct mem_size_stats *mss)
{
struct proc_maps_private *priv = m->private;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ void drop_slab(void);
extern int randomize_va_space;
#endif

const char *arch_vma_name(struct vm_area_struct *vma);
__attribute__((weak)) const char *arch_vma_name(struct vm_area_struct *vma);

#endif /* __KERNEL__ */
#endif /* _LINUX_MM_H */
5 changes: 5 additions & 0 deletions trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -2577,6 +2577,11 @@ asmlinkage long sys_rt_sigsuspend(sigset_t __user *unewset, size_t sigsetsize)
}
#endif /* __ARCH_WANT_SYS_RT_SIGSUSPEND */

__attribute__((weak)) const char *arch_vma_name(struct vm_area_struct *vma)
{
return NULL;
}

void __init signals_init(void)
{
sigqueue_cachep =
Expand Down

0 comments on commit 2bc3550

Please sign in to comment.