Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190666
b: refs/heads/master
c: 22dcc2e
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed May 6, 2010
1 parent fa7d9b6 commit 1c94f5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 43f2a6e8b122378b9ad20cd8ea449cdb38f5d829
refs/heads/master: 22dcc2e3b96107e464dbc1a5c84b5e7239906cb0
5 changes: 0 additions & 5 deletions trunk/arch/microblaze/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ typedef unsigned long pte_basic_t;

#endif /* CONFIG_MMU */

# ifndef CONFIG_MMU
# define get_user_page(vaddr) __get_free_page(GFP_KERNEL)
# define free_user_page(page, addr) free_page(addr)
# endif /* CONFIG_MMU */

# define copy_page(to, from) memcpy((to), (from), PAGE_SIZE)
# define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE)

Expand Down

0 comments on commit 1c94f5f

Please sign in to comment.