- Timestamp:
- 2005-09-15T21:02:27Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0a50f59
- Parents:
- d6dcdd2e
- Location:
- arch
- Files:
-
- 4 edited
-
amd64/include/mm/frame.h (modified) (1 diff)
-
amd64/include/mm/page.h (modified) (1 diff)
-
amd64/include/mm/vm.h (modified) (1 diff)
-
ia32/src/acpi/madt.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/mm/frame.h
rd6dcdd2e r01e48c1 1 1 /* 2 * Copyright (C) 2005 Martin Decky2 * Copyright (C) 2005 Ondrej Palkovsky 3 3 * All rights reserved. 4 4 * -
arch/amd64/include/mm/page.h
rd6dcdd2e r01e48c1 1 1 /* 2 * Copyright (C) 2005 Martin Decky2 * Copyright (C) 2005 Ondrej Palkovsky 3 3 * All rights reserved. 4 4 * -
arch/amd64/include/mm/vm.h
rd6dcdd2e r01e48c1 1 1 /* 2 * Copyright (C) 2005 Martin Decky2 * Copyright (C) 2005 Ondrej Palkovsky 3 3 * All rights reserved. 4 4 * -
arch/ia32/src/acpi/madt.c
rd6dcdd2e r01e48c1 113 113 int madt_cmp(void * a, void * b) 114 114 { 115 return116 (((struct madt_apic_header *) a)->type > ((struct madt_apic_header *) b)->type) ?117 1 :118 ((((struct madt_apic_header *) a)->type < ((struct madt_apic_header *) b)->type) ? -1 : 0);115 return 116 (((struct madt_apic_header *) a)->type > ((struct madt_apic_header *) b)->type) ? 117 1 : 118 ((((struct madt_apic_header *) a)->type < ((struct madt_apic_header *) b)->type) ? -1 : 0); 119 119 } 120 120 121 121 void acpi_madt_parse(void) 122 122 { 123 124 125 123 struct madt_apic_header *end = (struct madt_apic_header *) (((__u8 *) acpi_madt) + acpi_madt->header.length); 126 124 struct madt_apic_header *h;
Note:
See TracChangeset
for help on using the changeset viewer.
