Rev 2479 | Rev 3222 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2479 | Rev 2541 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | 34 | ||
35 | #include <as.h> |
35 | #include <as.h> |
36 | #include <libc.h> |
36 | #include <libc.h> |
37 | #include <unistd.h> |
37 | #include <unistd.h> |
38 | #include <align.h> |
38 | #include <align.h> |
39 | #include <types.h> |
39 | #include <sys/types.h> |
40 | #include <bitops.h> |
40 | #include <bitops.h> |
41 | 41 | ||
42 | /** |
42 | /** |
43 | * Either 4*256M on 32-bit architecures or 16*256M on 64-bit architectures. |
43 | * Either 4*256M on 32-bit architecures or 16*256M on 64-bit architectures. |
44 | */ |
44 | */ |