<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/arch/arm/include/asm, branch v2.6.32</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>[ARM] kmap: fix build errors with DEBUG_HIGHMEM enabled</title>
<updated>2009-11-20T14:23:36+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-11-18T18:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=4ff1fa278b0bd1b2dd3c42efc0cb86788ffe05d5'/>
<id>4ff1fa278b0bd1b2dd3c42efc0cb86788ffe05d5</id>
<content type='text'>
d451564 broke ARM by requiring KM_IRQ_PTE, KM_NMI and KM_NMI_PTE to
always be defined.  Solve this by providing invalid definitions for
these constants, but only if CONFIG_DEBUG_HIGHMEM is enabled.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
d451564 broke ARM by requiring KM_IRQ_PTE, KM_NMI and KM_NMI_PTE to
always be defined.  Solve this by providing invalid definitions for
these constants, but only if CONFIG_DEBUG_HIGHMEM is enabled.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: Use a definition for the userspace cmpxchg emulation syscall</title>
<updated>2009-11-10T08:41:12+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-11-09T23:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=cc20d42986d5807cbe4f5c7c8e3dab2e59ea0db3'/>
<id>cc20d42986d5807cbe4f5c7c8e3dab2e59ea0db3</id>
<content type='text'>
Use a definition for the cmpxchg SWI instead of hard-coding the number.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
Acked-by: Nicolas Pitre &lt;nico@fluxnic.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a definition for the cmpxchg SWI instead of hard-coding the number.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
Acked-by: Nicolas Pitre &lt;nico@fluxnic.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: Fix errata 411920 workarounds</title>
<updated>2009-10-29T19:13:09+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-10-24T21:36:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=df71dfd4ca01130f98d9dbfab76c440d72a177c6'/>
<id>df71dfd4ca01130f98d9dbfab76c440d72a177c6</id>
<content type='text'>
Errata 411920 indicates that any "invalidate entire instruction cache"
operation can fail if the right conditions are present.  This is not
limited just to those operations in flush.c, but elsewhere.  Place the
workaround in the already existing __flush_icache_all() function
instead.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Errata 411920 indicates that any "invalidate entire instruction cache"
operation can fail if the right conditions are present.  This is not
limited just to those operations in flush.c, but elsewhere.  Place the
workaround in the already existing __flush_icache_all() function
instead.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: 5763/1: ARM: SMP: Fix the BUG with CONFIG_PREEMPT enabled</title>
<updated>2009-10-15T14:45:15+00:00</updated>
<author>
<name>Santosh Shilimkar</name>
<email>santosh.shilimkar@ti.com</email>
</author>
<published>2009-10-15T14:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=daaeb6c93829806221b2ac533330c64f338ebb89'/>
<id>daaeb6c93829806221b2ac533330c64f338ebb89</id>
<content type='text'>
This patch fixes the BUG: using smp_processor_id() in preemptible
Below is the stripped backtrace.

BUG: using smp_processor_id() in preemptible [00000000] code: init/1
caller is flush_tlb_mm+0x44/0x70
Backtrace:
[&lt;c00225c4&gt;] (dump_backtrace+0x0/0x110) from [&lt;c01713a0&gt;] (dump_stack+0x18/0x1c)
 r7:00000000 r6:c00234f0 r5:00000001 r4:c7828000
[&lt;c0171388&gt;] (dump_stack+0x0/0x1c) from [&lt;c0135364&gt;] (debug_smp_processor_id+0xc0/0xf0)
[&lt;c01352a4&gt;] (debug_smp_processor_id+0x0/0xf0) from [&lt;c00234f0&gt;] (flush_tlb_mm+0x44/0x70)
 r7:00000000 r6:c60b41a0 r5:c60b4154 r4:00000001
[&lt;c00234ac&gt;] (flush_tlb_mm+0x0/0x70) from [&lt;c0039568&gt;] (dup_mm+0x304/0x38c)
 r5:c1f09058 r4:00000000
[&lt;c0039264&gt;] (dup_mm+0x0/0x38c) from [&lt;c0039de4&gt;] (copy_process+0x7b8/0xeb0)
[&lt;c003962c&gt;] (copy_process+0x0/0xeb0) from [&lt;c003a638&gt;] (do_fork+0x15c/0x29c)
[&lt;c003a4dc&gt;] (do_fork+0x0/0x29c) from [&lt;c0021df0&gt;] (sys_clone+0x34/0x3c)
[&lt;c0021dbc&gt;] (sys_clone+0x0/0x3c) from [&lt;c001efa0&gt;] (ret_fast_syscall+0x0/0x2c)

Signed-off-by: Santosh Shilimkar &lt;santosh.shilimkar@ti.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes the BUG: using smp_processor_id() in preemptible
Below is the stripped backtrace.

BUG: using smp_processor_id() in preemptible [00000000] code: init/1
caller is flush_tlb_mm+0x44/0x70
Backtrace:
[&lt;c00225c4&gt;] (dump_backtrace+0x0/0x110) from [&lt;c01713a0&gt;] (dump_stack+0x18/0x1c)
 r7:00000000 r6:c00234f0 r5:00000001 r4:c7828000
[&lt;c0171388&gt;] (dump_stack+0x0/0x1c) from [&lt;c0135364&gt;] (debug_smp_processor_id+0xc0/0xf0)
[&lt;c01352a4&gt;] (debug_smp_processor_id+0x0/0xf0) from [&lt;c00234f0&gt;] (flush_tlb_mm+0x44/0x70)
 r7:00000000 r6:c60b41a0 r5:c60b4154 r4:00000001
[&lt;c00234ac&gt;] (flush_tlb_mm+0x0/0x70) from [&lt;c0039568&gt;] (dup_mm+0x304/0x38c)
 r5:c1f09058 r4:00000000
[&lt;c0039264&gt;] (dup_mm+0x0/0x38c) from [&lt;c0039de4&gt;] (copy_process+0x7b8/0xeb0)
[&lt;c003962c&gt;] (copy_process+0x0/0xeb0) from [&lt;c003a638&gt;] (do_fork+0x15c/0x29c)
[&lt;c003a4dc&gt;] (do_fork+0x0/0x29c) from [&lt;c0021df0&gt;] (sys_clone+0x34/0x3c)
[&lt;c0021dbc&gt;] (sys_clone+0x0/0x3c) from [&lt;c001efa0&gt;] (ret_fast_syscall+0x0/0x2c)

Signed-off-by: Santosh Shilimkar &lt;santosh.shilimkar@ti.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: 5759/1: Add register information of threads to coredump</title>
<updated>2009-10-14T09:33:05+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>dedekind1@gmail.com</email>
</author>
<published>2009-10-13T07:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=cde3f8607350666c4dd120dbbdbd9c70ffb2ea61'/>
<id>cde3f8607350666c4dd120dbbdbd9c70ffb2ea61</id>
<content type='text'>
Defines ELF_CORE_COPY_TASK_REGS so that CPU register information
of every thread is included in coredump. Without this, only the faulting
thread is coredumped.

Cc: Roger Quadros &lt;ext-roger.quadros@nokia.com&gt;
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Mika Westerberg &lt;mika.westerberg@iki.fi&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Defines ELF_CORE_COPY_TASK_REGS so that CPU register information
of every thread is included in coredump. Without this, only the faulting
thread is coredumped.

Cc: Roger Quadros &lt;ext-roger.quadros@nokia.com&gt;
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Mika Westerberg &lt;mika.westerberg@iki.fi&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: boolean bit testing</title>
<updated>2009-10-11T15:25:06+00:00</updated>
<author>
<name>Johannes Weiner</name>
<email>hannes@cmpxchg.org</email>
</author>
<published>2009-07-21T15:08:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=e9ac829185c5d17787d78c13c05a40c39d660239'/>
<id>e9ac829185c5d17787d78c13c05a40c39d660239</id>
<content type='text'>
Bit testing (test, testset, testclear, testchange) for bit numbers
known at compile time returns a word with the tested-for bit set.

Change it to return a true boolean value so to make it consistent with
the out-of-line path and all the other bitops implementations.

Signed-off-by: Johannes Weiner &lt;hannes@cmpxchg.org&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bit testing (test, testset, testclear, testchange) for bit numbers
known at compile time returns a word with the tested-for bit set.

Change it to return a true boolean value so to make it consistent with
the out-of-line path and all the other bitops implementations.

Signed-off-by: Johannes Weiner &lt;hannes@cmpxchg.org&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()</title>
<updated>2009-10-02T21:34:32+00:00</updated>
<author>
<name>Kirill A. Shutemov</name>
<email>kirill@shutemov.name</email>
</author>
<published>2009-09-25T12:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=4fb2847437d871fe579f820ceb18031db3359901'/>
<id>4fb2847437d871fe579f820ceb18031db3359901</id>
<content type='text'>
Instruction fault status register, IFSR, was introduced on ARMv6 to
provide status information about the last insturction fault. It
needed for proper prefetch abort handling.

Now we have three prefetch abort model:

  * legacy - for CPUs before ARMv6. They doesn't provide neither
    IFSR nor IFAR. We simulate IFSR with section translation fault
    status for them to generalize code;
  * ARMv6 - provides IFSR, but not IFAR;
  * ARMv7 - provides both IFSR and IFAR.

Signed-off-by: Kirill A. Shutemov &lt;kirill@shutemov.name&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instruction fault status register, IFSR, was introduced on ARMv6 to
provide status information about the last insturction fault. It
needed for proper prefetch abort handling.

Now we have three prefetch abort model:

  * legacy - for CPUs before ARMv6. They doesn't provide neither
    IFSR nor IFAR. We simulate IFSR with section translation fault
    status for them to generalize code;
  * ARMv6 - provides IFSR, but not IFAR;
  * ARMv7 - provides both IFSR and IFAR.

Signed-off-by: Kirill A. Shutemov &lt;kirill@shutemov.name&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/xscaleiop</title>
<updated>2009-10-02T21:31:04+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-10-02T21:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=534d0c92cfc45174fbfeca2f3dd54c3ce332725e'/>
<id>534d0c92cfc45174fbfeca2f3dd54c3ce332725e</id>
<content type='text'>
Conflicts:
	MAINTAINERS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	MAINTAINERS
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: Don't allow highmem on SMP platforms without h/w TLB ops broadcast</title>
<updated>2009-09-28T17:06:20+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-09-27T19:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=e616c591405c168f6dc3dfd1221e105adfe49b8d'/>
<id>e616c591405c168f6dc3dfd1221e105adfe49b8d</id>
<content type='text'>
We suffer an unfortunate combination of "features" which makes highmem
support on platforms without hardware TLB maintainence broadcast difficult:

- we need kmap_high_get() support for DMA cache coherence
- this requires kmap_high() to take a spinlock with IRQs disabled
- kmap_high() occasionally calls flush_all_zero_pkmaps() to clear
  out old mappings
- flush_all_zero_pkmaps() calls flush_tlb_kernel_range(), which
  on s/w IPI'd systems eventually calls smp_call_function_many()
- smp_call_function_many() must not be called with IRQs disabled:

WARNING: at kernel/smp.c:380 smp_call_function_many+0xc4/0x240()
Modules linked in:
Backtrace:
[&lt;c00306f0&gt;] (dump_backtrace+0x0/0x108) from [&lt;c0286e6c&gt;] (dump_stack+0x18/0x1c)
 r6:c007cd18 r5:c02ff228 r4:0000017c
[&lt;c0286e54&gt;] (dump_stack+0x0/0x1c) from [&lt;c0053e08&gt;] (warn_slowpath_common+0x50/0x80)
[&lt;c0053db8&gt;] (warn_slowpath_common+0x0/0x80) from [&lt;c0053e50&gt;] (warn_slowpath_null+0x18/0x1c)
 r7:00000003 r6:00000001 r5:c1ff4000 r4:c035fa34
[&lt;c0053e38&gt;] (warn_slowpath_null+0x0/0x1c) from [&lt;c007cd18&gt;] (smp_call_function_many+0xc4/0x240)
[&lt;c007cc54&gt;] (smp_call_function_many+0x0/0x240) from [&lt;c007cec0&gt;] (smp_call_function+0x2c/0x38)
[&lt;c007ce94&gt;] (smp_call_function+0x0/0x38) from [&lt;c005980c&gt;] (on_each_cpu+0x1c/0x38)
[&lt;c00597f0&gt;] (on_each_cpu+0x0/0x38) from [&lt;c0031788&gt;] (flush_tlb_kernel_range+0x50/0x58)
 r6:00000001 r5:00000800 r4:c05f3590
[&lt;c0031738&gt;] (flush_tlb_kernel_range+0x0/0x58) from [&lt;c009c600&gt;] (flush_all_zero_pkmaps+0xc0/0xe8)
[&lt;c009c540&gt;] (flush_all_zero_pkmaps+0x0/0xe8) from [&lt;c009c6b4&gt;] (kmap_high+0x8c/0x1e0)
[&lt;c009c628&gt;] (kmap_high+0x0/0x1e0) from [&lt;c00364a8&gt;] (kmap+0x44/0x5c)
[&lt;c0036464&gt;] (kmap+0x0/0x5c) from [&lt;c0109dfc&gt;] (cramfs_readpage+0x3c/0x194)
[&lt;c0109dc0&gt;] (cramfs_readpage+0x0/0x194) from [&lt;c0090c14&gt;] (__do_page_cache_readahead+0x1f0/0x290)
[&lt;c0090a24&gt;] (__do_page_cache_readahead+0x0/0x290) from [&lt;c0090ce4&gt;] (ra_submit+0x30/0x38)
[&lt;c0090cb4&gt;] (ra_submit+0x0/0x38) from [&lt;c0089384&gt;] (filemap_fault+0x3dc/0x438)
 r4:c1819988
[&lt;c0088fa8&gt;] (filemap_fault+0x0/0x438) from [&lt;c009d21c&gt;] (__do_fault+0x58/0x43c)
[&lt;c009d1c4&gt;] (__do_fault+0x0/0x43c) from [&lt;c009e8cc&gt;] (handle_mm_fault+0x104/0x318)
[&lt;c009e7c8&gt;] (handle_mm_fault+0x0/0x318) from [&lt;c0033c98&gt;] (do_page_fault+0x188/0x1e4)
[&lt;c0033b10&gt;] (do_page_fault+0x0/0x1e4) from [&lt;c0033ddc&gt;] (do_translation_fault+0x7c/0x84)
[&lt;c0033d60&gt;] (do_translation_fault+0x0/0x84) from [&lt;c002b474&gt;] (do_DataAbort+0x40/0xa4)
 r8:c1ff5e20 r7:c0340120 r6:00000805 r5:c1ff5e54 r4:c03400d0
[&lt;c002b434&gt;] (do_DataAbort+0x0/0xa4) from [&lt;c002bcac&gt;] (__dabt_svc+0x4c/0x60)
...

So we disable highmem support on these systems.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We suffer an unfortunate combination of "features" which makes highmem
support on platforms without hardware TLB maintainence broadcast difficult:

- we need kmap_high_get() support for DMA cache coherence
- this requires kmap_high() to take a spinlock with IRQs disabled
- kmap_high() occasionally calls flush_all_zero_pkmaps() to clear
  out old mappings
- flush_all_zero_pkmaps() calls flush_tlb_kernel_range(), which
  on s/w IPI'd systems eventually calls smp_call_function_many()
- smp_call_function_many() must not be called with IRQs disabled:

WARNING: at kernel/smp.c:380 smp_call_function_many+0xc4/0x240()
Modules linked in:
Backtrace:
[&lt;c00306f0&gt;] (dump_backtrace+0x0/0x108) from [&lt;c0286e6c&gt;] (dump_stack+0x18/0x1c)
 r6:c007cd18 r5:c02ff228 r4:0000017c
[&lt;c0286e54&gt;] (dump_stack+0x0/0x1c) from [&lt;c0053e08&gt;] (warn_slowpath_common+0x50/0x80)
[&lt;c0053db8&gt;] (warn_slowpath_common+0x0/0x80) from [&lt;c0053e50&gt;] (warn_slowpath_null+0x18/0x1c)
 r7:00000003 r6:00000001 r5:c1ff4000 r4:c035fa34
[&lt;c0053e38&gt;] (warn_slowpath_null+0x0/0x1c) from [&lt;c007cd18&gt;] (smp_call_function_many+0xc4/0x240)
[&lt;c007cc54&gt;] (smp_call_function_many+0x0/0x240) from [&lt;c007cec0&gt;] (smp_call_function+0x2c/0x38)
[&lt;c007ce94&gt;] (smp_call_function+0x0/0x38) from [&lt;c005980c&gt;] (on_each_cpu+0x1c/0x38)
[&lt;c00597f0&gt;] (on_each_cpu+0x0/0x38) from [&lt;c0031788&gt;] (flush_tlb_kernel_range+0x50/0x58)
 r6:00000001 r5:00000800 r4:c05f3590
[&lt;c0031738&gt;] (flush_tlb_kernel_range+0x0/0x58) from [&lt;c009c600&gt;] (flush_all_zero_pkmaps+0xc0/0xe8)
[&lt;c009c540&gt;] (flush_all_zero_pkmaps+0x0/0xe8) from [&lt;c009c6b4&gt;] (kmap_high+0x8c/0x1e0)
[&lt;c009c628&gt;] (kmap_high+0x0/0x1e0) from [&lt;c00364a8&gt;] (kmap+0x44/0x5c)
[&lt;c0036464&gt;] (kmap+0x0/0x5c) from [&lt;c0109dfc&gt;] (cramfs_readpage+0x3c/0x194)
[&lt;c0109dc0&gt;] (cramfs_readpage+0x0/0x194) from [&lt;c0090c14&gt;] (__do_page_cache_readahead+0x1f0/0x290)
[&lt;c0090a24&gt;] (__do_page_cache_readahead+0x0/0x290) from [&lt;c0090ce4&gt;] (ra_submit+0x30/0x38)
[&lt;c0090cb4&gt;] (ra_submit+0x0/0x38) from [&lt;c0089384&gt;] (filemap_fault+0x3dc/0x438)
 r4:c1819988
[&lt;c0088fa8&gt;] (filemap_fault+0x0/0x438) from [&lt;c009d21c&gt;] (__do_fault+0x58/0x43c)
[&lt;c009d1c4&gt;] (__do_fault+0x0/0x43c) from [&lt;c009e8cc&gt;] (handle_mm_fault+0x104/0x318)
[&lt;c009e7c8&gt;] (handle_mm_fault+0x0/0x318) from [&lt;c0033c98&gt;] (do_page_fault+0x188/0x1e4)
[&lt;c0033b10&gt;] (do_page_fault+0x0/0x1e4) from [&lt;c0033ddc&gt;] (do_translation_fault+0x7c/0x84)
[&lt;c0033d60&gt;] (do_translation_fault+0x0/0x84) from [&lt;c002b474&gt;] (do_DataAbort+0x40/0xa4)
 r8:c1ff5e20 r7:c0340120 r6:00000805 r5:c1ff5e54 r4:c03400d0
[&lt;c002b434&gt;] (do_DataAbort+0x0/0xa4) from [&lt;c002bcac&gt;] (__dabt_svc+0x4c/0x60)
...

So we disable highmem support on these systems.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: Fix warning: #warning syscall migrate_pages not implemented</title>
<updated>2009-09-28T17:06:19+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-09-27T16:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=d80ade7b323152672bf66e74ec11c324332f6d1e'/>
<id>d80ade7b323152672bf66e74ec11c324332f6d1e</id>
<content type='text'>
We're not implementing this syscall (we're not NUMA) so we might as
well silence this warning.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're not implementing this syscall (we're not NUMA) so we might as
well silence this warning.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</pre>
</div>
</content>
</entry>
</feed>
