What will happen if one does
vaddr = fix_to_virt(0);
virt_to_fix(vaddr);
As enum fixed_address can contain 0 index also so fix_to_virt will
return FIXADDR_TOP which will result in a BUG() in virt_to_fix..
Am I missing something ?
Please cc me... I am reading 2.5.47...
Thanks
Amol
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/