Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5171
b: refs/heads/master
c: e9c3d6b
h: refs/heads/master
i:
  5169: c994e86
  5167: 164c9e7
v: v3
  • Loading branch information
Miles Bader authored and Linus Torvalds committed Jul 27, 2005
1 parent 339fcb4 commit 65d04cb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e63b68de5c9bf68cfb4a272469147b19176d76d6
refs/heads/master: e9c3d6b925e0fdb5e62fad6d81e4004897cfe79d
5 changes: 3 additions & 2 deletions trunk/include/asm-v850/page.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* include/asm-v850/page.h -- VM ops
*
* Copyright (C) 2001,02,03 NEC Electronics Corporation
* Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org>
* Copyright (C) 2001,02,03,05 NEC Electronics Corporation
* Copyright (C) 2001,02,03,05 Miles Bader <miles@gnu.org>
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
Expand Down Expand Up @@ -132,6 +132,7 @@ extern __inline__ int get_order (unsigned long size)

#define pfn_to_page(pfn) virt_to_page (pfn_to_virt (pfn))
#define page_to_pfn(page) virt_to_pfn (page_to_virt (page))
#define pfn_valid(pfn) ((pfn) < max_mapnr)

#define virt_addr_valid(kaddr) \
(((void *)(kaddr) >= (void *)PAGE_OFFSET) && MAP_NR (kaddr) < max_mapnr)
Expand Down

0 comments on commit 65d04cb

Please sign in to comment.