I am working on a Linux module for IA64. My current problem is that the driver uses the PAGE_SIZE and PAGE_SHIFT macros for dma page allocation. The problem I am having is tha
Try using the getconf utility, which will allow you to retrieve the page size easily.
getconf PAGESIZE