Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix compilation for mips ABI64 with no LFS. | Bernhard Reutner-Fischer | 2007-09-30 | 1 | -4/+7 |
| | | | | This wants a stub_enosys(readahead) line later on, like many, many others need.. | ||||
* | Atsushi Nemoto writes: | Mike Frysinger | 2007-05-31 | 1 | -0/+38 |
Current MIPS readahead(), posix_fadvise(), posix_fadvise64() do not match with kernel on all ABIs. On O32 ABI, a padding is needed before a long long argument. On N32/N64, a long long argument should be passed via a single register. |