Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62993
b: refs/heads/master
c: 045e72a
h: refs/heads/master
i:
  62991: 90324fa
v: v3
  • Loading branch information
Sam Ravnborg authored and Linus Torvalds committed Jul 26, 2007
1 parent 7da15ea commit 67ae8b0
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 2ebc3cc920e7a076539aa8badbaf0919540a3438
refs/heads/master: 045e72acf16054c4ed2760e9a8edb19a08053af1
1 change: 0 additions & 1 deletion trunk/include/asm-powerpc/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ extern void copy_user_page(void *to, void *from, unsigned long vaddr,
extern int page_is_ram(unsigned long pfn);

struct vm_area_struct;
extern const char *arch_vma_name(struct vm_area_struct *vma);

#include <asm-generic/memory_model.h>
#endif /* __ASSEMBLY__ */
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 @@ -1246,7 +1246,7 @@ void drop_slab(void);
extern int randomize_va_space;
#endif

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

#endif /* __KERNEL__ */
#endif /* _LINUX_MM_H */

0 comments on commit 67ae8b0

Please sign in to comment.