Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87395
b: refs/heads/master
c: d912e1d
h: refs/heads/master
i:
  87393: 74ee6f8
  87391: ab99768
v: v3
  • Loading branch information
Kyle McMartin committed Mar 16, 2008
1 parent 28d8321 commit 0e92247
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 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: ff80c66ab637df825122558d1f3f3cbdd830f962
refs/heads/master: d912e1dc8bb5718c3603beb43d0770dac0271374
9 changes: 8 additions & 1 deletion trunk/include/asm-parisc/fixmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@
#define KERNEL_MAP_START (GATEWAY_PAGE_SIZE)
#define KERNEL_MAP_END (TMPALIAS_MAP_START)

#endif
#ifndef __ASSEMBLY__
extern void *vmalloc_start;
#define PCXL_DMA_MAP_SIZE (8*1024*1024)
#define VMALLOC_START ((unsigned long)vmalloc_start)
#define VMALLOC_END (KERNEL_MAP_END)
#endif /*__ASSEMBLY__*/

#endif /*_ASM_FIXMAP_H*/
8 changes: 0 additions & 8 deletions trunk/include/asm-parisc/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,6 @@

#define FIRST_USER_ADDRESS 0

#ifndef __ASSEMBLY__
extern void *vmalloc_start;
#define PCXL_DMA_MAP_SIZE (8*1024*1024)
#define VMALLOC_START ((unsigned long)vmalloc_start)
/* this is a fixmap remnant, see fixmap.h */
#define VMALLOC_END (KERNEL_MAP_END)
#endif

/* NB: The tlb miss handlers make certain assumptions about the order */
/* of the following bits, so be careful (One example, bits 25-31 */
/* are moved together in one instruction). */
Expand Down

0 comments on commit 0e92247

Please sign in to comment.