Ignore:
Timestamp:
Jun 6, 2009, 11:07:11 AM (16 years ago)
Author:
Paul Smedley
Message:

Reorganise code to make maintenance easier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/linux/kernel.h

    r441 r442  
    101101#define dump_stack()
    102102#define upper_32_bits(n) ((u32)(((n) >> 16) >> 16))
     103#define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y))
    103104
    104105#endif
Note: See TracChangeset for help on using the changeset viewer.