Changeset 941d1e9 in mainline for src/mm/buddy.c


Ignore:
Timestamp:
2005-09-29T22:47:42Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
922c7ce
Parents:
40a468a
Message:

Make cross-compiler the default compiler on IA-32.
For native compilations, use ./build.ia32 native.

Small changes elsewhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mm/buddy.c

    r40a468a r941d1e9  
    4444 * @return New buddy system.
    4545 */
    46 buddy_system_t *buddy_system_create(__u8 max_order, buddy_operations_t *op)
     46buddy_system_t *buddy_system_create(__u8 max_order, buddy_system_operations_t *op)
    4747{
    4848        buddy_system_t *b;
Note: See TracChangeset for help on using the changeset viewer.