Actions
Bug #12349
closedclean up 32-bit assembly and lint
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Take a pass to clean up the dead 32-bit asm in the kernel and lint.
Updated by John Levon about 2 years ago
- Subject changed from Clean up 32-bit assembly and lint to clean up 32-bit assembly and lint
Updated by John Levon about 2 years ago
This removes - hopefully - all of the 32-bit x86 asm in the kernel. In addition it delints all assembly files as well as the non-functional x86 studio inline files.
It doesn't attempt to pull out other 32-bit x86 things such as code that is not relevant to 64-bit.
Updated by John Levon about 2 years ago
I tested this by booting a system, running the unit tests and DTrace test suite.
Updated by Electric Monk about 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 9b0bb795691f70ec1b1796f6d15266f82d7a3200
commit 9b0bb795691f70ec1b1796f6d15266f82d7a3200 Author: John Levon <john.levon@joyent.com> Date: 2020-03-31T11:38:25.000Z 12349 clean up 32-bit assembly and lint Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions