Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 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: 623cdf4a04a9856f93e32e7716ed8196f6d5ee3b
refs/heads/master: a8400986fb0bff251ac4dd9e2188cf0b59443d3f
17 changes: 3 additions & 14 deletions trunk/include/asm-v850/mmu.h
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__ */

0 comments on commit fe72e13

Please sign in to comment.