Changeset f4c2b6a in mainline for kernel/arch/ia32xen/src/smp/smp.c


Ignore:
Timestamp:
2008-06-03T14:59:48Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4fb51
Parents:
b63f8569
Message:

reflect changes in generic code
proper formatting directives
coding style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32xen/src/smp/smp.c

    rb63f8569 rf4c2b6a  
    143143                 * Prepare new GDT for CPU in question.
    144144                 */
    145                 if (!(gdt_new = (struct descriptor *) malloc(GDT_ITEMS*sizeof(struct descriptor), FRAME_ATOMIC)))
     145                if (!(gdt_new = (struct descriptor *) malloc(GDT_ITEMS * sizeof(struct descriptor), FRAME_ATOMIC)))
    146146                        panic("couldn't allocate memory for GDT\n");
    147147
Note: See TracChangeset for help on using the changeset viewer.