Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139960
b: refs/heads/master
c: 54cae79
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Mar 24, 2009
1 parent a1cd24f commit 074b503
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 21 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: bf7058f04ab74061b75a166e30ae0a7e617f0430
refs/heads/master: 54cae79e52d6a72faa3d6993dcaba560bfac8db3
14 changes: 11 additions & 3 deletions trunk/arch/m68k/include/asm/mmu.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#ifdef __uClinux__
#include "mmu_no.h"
#ifndef __MMU_H
#define __MMU_H

#ifdef CONFIG_MMU
/* Default "unsigned long" context */
typedef unsigned long mm_context_t;
#else
#include "mmu_mm.h"
typedef struct {
unsigned long end_brk;
} mm_context_t;
#endif

#endif
7 changes: 0 additions & 7 deletions trunk/arch/m68k/include/asm/mmu_mm.h

This file was deleted.

10 changes: 0 additions & 10 deletions trunk/arch/m68k/include/asm/mmu_no.h

This file was deleted.

0 comments on commit 074b503

Please sign in to comment.