Avoid integer division, since it's not necessarily available
in early boot code in the Linux kernel. Thanks to Alain Knaff
for pointing this out.

It's possible that the compiler already avoided divide
instructions, but since there wasn't much to change,
it was simplest to change the code to be sure.
2 files changed
tree: 7e6140f08ff963c09008700e60c55d5dbafc835f
  1. linux/
  2. userspace/
  3. .gitignore
  4. COPYING
  5. README