-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 4591 b: refs/heads/master c: a840098 h: refs/heads/master i: 4589: ac6b1fb 4587: ccb1736 4583: 7485306 4575: e860233 v: v3
- Loading branch information
Miles Bader
authored and
Linus Torvalds
committed
Jul 11, 2005
1 parent
6535d5a
commit fe72e13
Showing
2 changed files
with
4 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 623cdf4a04a9856f93e32e7716ed8196f6d5ee3b | ||
refs/heads/master: a8400986fb0bff251ac4dd9e2188cf0b59443d3f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,11 @@ | ||
/* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */ | ||
/* Copyright (C) 2002, 2005, David McCullough <davidm@snapgear.com> */ | ||
|
||
#ifndef __V850_MMU_H__ | ||
#define __V850_MMU_H__ | ||
|
||
struct mm_rblock_struct { | ||
int size; | ||
int refcount; | ||
void *kblock; | ||
}; | ||
|
||
struct mm_tblock_struct { | ||
struct mm_rblock_struct *rblock; | ||
struct mm_tblock_struct *next; | ||
}; | ||
|
||
typedef struct { | ||
struct mm_tblock_struct tblock; | ||
unsigned long end_brk; | ||
struct vm_list_struct *vmlist; | ||
unsigned long end_brk; | ||
} mm_context_t; | ||
|
||
#endif /* __V850_MMU_H__ */ |