Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia64/include/ddi.h

    r86a34d3e r4449c6c  
    134134        asm volatile ("mf\n" ::: "memory");
    135135
    136         if (port < (ioport32_t *) port) {
     136        if (port < (ioport32_t *) IO_SPACE_BOUNDARY) {
    137137                uintptr_t prt = (uintptr_t) port;
    138138
Note: See TracChangeset for help on using the changeset viewer.