Changeset e6d670f in mainline for kernel/arch/ia32/src/mm/page.c

Timestamp:
2018-03-17T17:42:06Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Children:
c6a1768
Parents:
e59627e
Message:

Rename muldi3 to multi3 and add muldi3

muldi3 is supposed to take two longs and return long, while multi3
takes two long longs and returns long long. So the old muldi3 was in
fact
multi3 and the actualmuldi3 can be conveniently implemented
using the new
multi3.

(No files)

Note: See TracChangeset for help on using the changeset viewer.