Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1603537 > unrolled thread

[HMM 0/2] Build fix and documentation

Started byJérôme Glisse <jglisse@redhat.com>
First post2017-03-17 19:30 +0100
Last post2017-03-17 19:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [HMM 0/2] Build fix and documentation Jérôme Glisse <jglisse@redhat.com> - 2017-03-17 19:30 +0100

#1603537 — [HMM 0/2] Build fix and documentation

FromJérôme Glisse <jglisse@redhat.com>
Date2017-03-17 19:30 +0100
Subject[HMM 0/2] Build fix and documentation
Message-ID<tm4Nr-29P-3@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web