Dedup a lot of code shared between x86 and x86_64
This makes it significantly easier to keep everything in sync. In fact I found a couple of minor places where x86 and x86_64 diverged, like missing the profiler IPI or the x86 port using the physical address of the local and IO APIC as the logical address even though they are likely different. I haven't deduplicated some of the files where the divergence was too big like the interrupt handlers.
Merge request reports
Activity
added 7 commits
-
0ea48aa9...9404e9f8 - 2 commits from branch
redox-os:master
- 0d092d79 - Dedup code for most x86 and x86_64 device drivers
- 86fb4208 - Dedup some more code between x86 and x86_64
- 0d86348e - Dedup the apic code between x86 and x86_64
- 78597508 - Dedup the last remaining piece of code in the driver module between x86 and x86_64
- 58314e6a - Share a whole lot more code between x86 and x86_64
Toggle commit list-
0ea48aa9...9404e9f8 - 2 commits from branch
mentioned in merge request !278 (merged)
Please register or sign in to reply