Done to simplify the driver by removing a lot of preprocessor flags and PAGED_CODE() calls that does not affect the functionality.
The only downside of the changes is that the driver will end up consuming a few more kilobytes of RAM when loaded. The entire driver is 24kB large when built in release-mode, so the maximum RAM impact have to be less than that.
Done to simplify the driver by removing a lot of preprocessor flags and
PAGED_CODE()
calls that does not affect the functionality.The only downside of the changes is that the driver will end up consuming a few more kilobytes of RAM when loaded. The entire driver is 24kB large when built in release-mode, so the maximum RAM impact have to be less than that.