aboutsummaryrefslogtreecommitdiff
path: root/i386/Makefrag_x86.am
Commit message (Collapse)AuthorAgeFilesLines
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-1/+0
| | | | Message-ID: <20240309140244.347835-2-luca@orpolo.org>
* cpu_number: Inline widely used simple functionDamien Zammit2023-09-241-1/+0
| | | | | | TESTED: on uniprocessor and smp, both behaved as normal. Message-Id: <20230924103428.455966-2-damien@zamaudio.com>
* Fix makefragsDamien Zammit2023-01-311-0/+3
| | | | Message-Id: <20230131093428.756906-11-damien@zamaudio.com>
* Do not include seg.c when building for x86_64Flavio Cruz2023-01-261-0/+82
File was removed in a previous patch for i386. To avoid future problems, include some common files between i386 and x86_64 in i386/Makefrag_x86.am. It is also easier to see what is different and what lacks support for x86_64 (e.g., SMP). Message-Id: <Y9DXOiP+ClYdj68Z@jupiter.tail36e24.ts.net>