Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1603537
| From | Jérôme Glisse <jglisse@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [HMM 0/2] Build fix and documentation |
| Date | 2017-03-17 19:30 +0100 |
| Message-ID | <tm4Nr-29P-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This fix build on 32 bit system by simply disabling this feature as it was never intented for 32 bit system. This also add documentations. Size impact is virtualy non-existent (allyesconfig on i386 without patchset and then with whole patchset and build fixes). [glisse@localhost linux]$ size vmlinux-without text data bss dec hex filename 73065929 43745211 26939392 143750532 8917584 vmlinux-without [glisse@localhost linux]$ size vmlinux text data bss dec hex filename 73066001 43745211 26939392 143750604 89175cc vmlinux Sorry for all the build failures. Cheers, Jérôme Balbir Singh (1): mm/hmm: Fix build on 32 bit systems Jérôme Glisse (1): hmm: heterogeneous memory management documentation Documentation/vm/hmm.txt | 362 +++++++++++++++++++++++++++++++++++++++++++++++ include/linux/migrate.h | 18 ++- mm/Kconfig | 4 +- mm/migrate.c | 3 +- 4 files changed, 384 insertions(+), 3 deletions(-) create mode 100644 Documentation/vm/hmm.txt -- 2.4.11
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[HMM 0/2] Build fix and documentation Jérôme Glisse <jglisse@redhat.com> - 2017-03-17 19:30 +0100
csiph-web