Search
lxdream.org :: lxdream/src/lxdream.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/lxdream.h
changeset 939:6f2302afeb89
prev909:b4a21af8ce8c
next1024:c67f2d61ab97
author nkeynes
date Sat Jan 03 03:30:26 2009 +0000 (14 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change MMU work-in-progress
* Move SDRAM out into separate sdram.c
* Move all page-table management into mmu.c
* Convert UTLB management to use the new page-tables
* Rip out all calls to mmu_vma_to_phys_* and replace with direct access
file annotate diff log raw
1.1 --- a/src/lxdream.h Thu Oct 30 23:56:59 2008 +0000
1.2 +++ b/src/lxdream.h Sat Jan 03 03:30:26 2009 +0000
1.3 @@ -92,7 +92,7 @@
1.4 const char *get_locale_path();
1.5
1.6 #ifdef HAVE_FASTCALL
1.7 -#define FASTCALL __attribute__((regparm(3)))
1.8 +#define FASTCALL __attribute__((regparm(2)))
1.9 #else
1.10 #define FASTCALL
1.11 #endif
.