Files
mckernel/arch/x86/kernel
Dominique Martinet 196379854b Fix a few more harmless compiler warnings:
- myfree in pager.c was called with an argument, so add one to the
dummy definition
- pgoff is offset_t (unsigned) and doesn't need to be compared to 0
- clang says '*(int *)0 = 0' will be optimized away instead of keeping
the segfault without a volatile hint (?! that is wrong!), but it causes
no harm to add anyway.
2017-10-13 10:02:11 +09:00
..
2017-09-05 15:06:27 +09:00
2016-03-16 15:42:32 +09:00
2017-09-07 22:20:22 +09:00
2017-05-19 10:26:29 +09:00
2017-09-05 15:06:27 +09:00