<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/include/asm-arm/mach/arch.h, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/include/asm-arm/mach/arch.h?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/include/asm-arm/mach/arch.h?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2008-08-02T20:32:35Z</updated>
<entry>
<title>[ARM] move include/asm-arm to arch/arm/include/asm</title>
<updated>2008-08-02T20:32:35Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2008-08-02T09:55:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=4baa9922430662431231ac637adedddbb0cfb2d7'/>
<id>urn:sha1:4baa9922430662431231ac637adedddbb0cfb2d7</id>
<content type='text'>
Move platform independent header files to arch/arm/include/asm, leaving
those in asm/arch* and asm/plat* alone.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] 4835/1: Fix stale comment in struct machine_desc description</title>
<updated>2008-02-21T21:13:35Z</updated>
<author>
<name>Leonid Evdokimov</name>
<email>leon@darkk.net.ru</email>
</author>
<published>2008-02-21T12:46:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=717a54ad6cb4b1782a26ae0eaebc8bd49c56c66e'/>
<id>urn:sha1:717a54ad6cb4b1782a26ae0eaebc8bd49c56c66e</id>
<content type='text'>
This patch updates stale comment that pointed to nonexistent file.

Signed-off-by: Leonid Evdokimov &lt;leon@darkk.net.ru&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] use __used attribute</title>
<updated>2007-05-30T12:15:06Z</updated>
<author>
<name>David Rientjes</name>
<email>rientjes@google.com</email>
</author>
<published>2007-05-11T23:18:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b91d8a1205faa76affc4e1b7d5ccac1d17026970'/>
<id>urn:sha1:b91d8a1205faa76affc4e1b7d5ccac1d17026970</id>
<content type='text'>
Use the newly introduced __used attribute in place of the deprecated
__attribute_used__.  Functionally the same.

Signed-off-by: David Rientjes &lt;rientjes@google.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] 3261/2: remove phys_ram from struct machine_desc (part 3)</title>
<updated>2006-03-21T22:05:58Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2006-03-20T17:10:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a61ea9326d9ba94bcdc21f36bb74aa203657c58f'/>
<id>urn:sha1:a61ea9326d9ba94bcdc21f36bb74aa203657c58f</id>
<content type='text'>
Patch from Nicolas Pitre

This field is redundent since it must be equal to PHYS_OFFSET anyway.

There is no reference to it anymore so remove it at last.

Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] Fix missing compiler.h include</title>
<updated>2006-01-15T17:03:45Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2006-01-15T17:03:45Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=ef0498a7bfbb5773e7ba4235207054b81ad5120e'/>
<id>urn:sha1:ef0498a7bfbb5773e7ba4235207054b81ad5120e</id>
<content type='text'>
asm/mach/arch.h introduced a __deprecated, but didn't include compiler.h,
causing:

In file included from arch/arm/mach-at91rm9200/devices.c:13:
include/asm/mach/arch.h:23: warning: no semicolon at end of struct or union
include/asm/mach/arch.h:23: error: syntax error before 'phys_ram'
include/asm/mach/arch.h:34: error: syntax error before ':' token
include/asm/mach/arch.h:35: error: syntax error before ':' token
include/asm/mach/arch.h:36: error: syntax error before ':' token
include/asm/mach/arch.h:37: error: syntax error before ':' token
include/asm/mach/arch.h:45: error: syntax error before '}' token

Add the necessary include.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] 3260/1: remove phys_ram from struct machine_desc (part 2)</title>
<updated>2006-01-13T20:51:52Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2006-01-13T20:51:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=946d4935fc61e1479f8c057d58c64110bb43d3b0'/>
<id>urn:sha1:946d4935fc61e1479f8c057d58c64110bb43d3b0</id>
<content type='text'>
Patch from Nicolas Pitre

This field is redundent since it must be equal to PHYS_OFFSET anyway.

Now that no code uses it anymore, mark it deprecated and remove all
initializations from the tree.

Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] Ensure machine information structures aren't optimised away</title>
<updated>2005-10-29T12:15:10Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-10-29T12:15:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=fb31690fbac6f4055c1765522752e4746759f5de'/>
<id>urn:sha1:fb31690fbac6f4055c1765522752e4746759f5de</id>
<content type='text'>
Since the machine information structures are now static, the
compiler might optimise them away.  Mark them with
__attribute_used__ to prevent this occuring.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] Fix sparse warnings</title>
<updated>2005-10-28T13:29:43Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-10-28T13:29:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=f339ab3d6c59f8f898c165384aa2b6a0ae5d4c1c'/>
<id>urn:sha1:f339ab3d6c59f8f898c165384aa2b6a0ae5d4c1c</id>
<content type='text'>
Fix sparse warnings in arch/arm/kernel/module.c,
arch/arm/mm/consistent.c, drivers/pcmcia/sa1111_generic.c,
and platform support files.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] 2927/1: .arch.info - postfix section with .init for `make buildcheck`</title>
<updated>2005-09-20T15:45:20Z</updated>
<author>
<name>Ben Dooks</name>
<email>ben-linux@fluff.org</email>
</author>
<published>2005-09-20T15:45:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=9d0fd1eb8a3c19f3ede5418540b3c9f64fac4b86'/>
<id>urn:sha1:9d0fd1eb8a3c19f3ede5418540b3c9f64fac4b86</id>
<content type='text'>
Patch from Ben Dooks

The `make buildcheck` is erroneously reporting that the .arch.info
list is referencing items in the .init section as it is not itself
postfixed with .init

Signed-off-by: Ben Dooks &lt;ben-linux@fluff.org&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[PATCH] ARM: Change 'param_offset' to 'boot_params'</title>
<updated>2005-07-04T09:43:36Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-07-04T09:43:36Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=f9bd6ea446946b97208f9e1528eb5f9ef8f931cb'/>
<id>urn:sha1:f9bd6ea446946b97208f9e1528eb5f9ef8f931cb</id>
<content type='text'>
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
</feed>
