Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182193
b: refs/heads/master
c: f351d4b
h: refs/heads/master
i:
  182191: 278ceb5
v: v3
  • Loading branch information
Philippe De Muyter authored and Geert Uytterhoeven committed Feb 27, 2010
1 parent f694039 commit 4c15f92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions 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: 88cb773c5f8e45e48f3a89480610448974337cb0
refs/heads/master: f351d4bb3ce5a86f75cf297e38f87c4e437593d7
4 changes: 2 additions & 2 deletions trunk/arch/h8300/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ void cache_push_v (unsigned long vaddr, int len)
{
}

/* Map some physical address range into the kernel address space. The
* code is copied and adapted from map_chunk().
/*
* Map some physical address range into the kernel address space.
*/

unsigned long kernel_map(unsigned long paddr, unsigned long size,
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/m68k/mm/kmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ static inline void free_io_area(void *addr)
#endif

/*
* Map some physical address range into the kernel address space. The
* code is copied and adapted from map_chunk().
* Map some physical address range into the kernel address space.
*/
/* Rewritten by Andreas Schwab to remove all races. */

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/m68knommu/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

/*
* Map some physical address range into the kernel address space.
* The code is copied and adapted from map_chunk().
*/

unsigned long kernel_map(unsigned long paddr, unsigned long size,
Expand Down

0 comments on commit 4c15f92

Please sign in to comment.