diff --git a/kernel/mars_if.c b/kernel/mars_if.c index a845c7b7..c8ef3a2c 100644 --- a/kernel/mars_if.c +++ b/kernel/mars_if.c @@ -498,7 +498,8 @@ void if_make_request(struct request_queue *q, struct bio *bio) void *data; #ifdef ARCH_HAS_KMAP -#error FIXME: the current infrastructure cannot deal with HIGHMEM / kmap() +#error FIXME/TODO: the current infrastructure cannot deal with HIGHMEM / kmap() +#error HINT: MARS is supposed to run on big 64bit (storage) servers. #endif data = page_address(page); error = -EINVAL;