<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/arch/um/include/asm/system.h, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2011-11-02T13:14:57Z</updated>
<entry>
<title>um: take system.h out of shared/sysdep</title>
<updated>2011-11-02T13:14:57Z</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2011-08-18T19:04:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dd768c56da44f6c06486da3b33b41e9c13e985c5'/>
<id>urn:sha1:dd768c56da44f6c06486da3b33b41e9c13e985c5</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;
</content>
</entry>
<entry>
<title>um: fix IRQ flag handling naming</title>
<updated>2010-10-26T23:52:05Z</updated>
<author>
<name>Richard Weinberger</name>
<email>richard@nod.at</email>
</author>
<published>2010-10-26T21:21:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dbec921370ea049eccd38e34e067373fb3bd9b01'/>
<id>urn:sha1:dbec921370ea049eccd38e34e067373fb3bd9b01</id>
<content type='text'>
Commit df9ee292 ("Fix IRQ flag handling naming") changed the IRQ flag
handling naming scheme and broke UML:

In file included from arch/um/include/asm/fixmap.h:5,
                 from arch/um/include/shared/um_uaccess.h:10,
                 from arch/um/include/asm/uaccess.h:41,
                 from arch/um/include/asm/thread_info.h:13,
                 from include/linux/thread_info.h:56,
                 from include/linux/preempt.h:9,
                 from include/linux/spinlock.h:50,
                 from include/linux/seqlock.h:29,
                 from include/linux/time.h:8,
                 from include/linux/stat.h:60,
                 from include/linux/module.h:10,
                 from init/main.c:13:
arch/um/include/asm/system.h:11:1: warning: "local_save_flags" redefined

This patch brings the new scheme to UML and makes it work again.

Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;
Acked-by: David Howells &lt;dhowells@redhat.com&gt;
Cc: Jeff Dike &lt;jdike@addtoit.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>UML: Clean up asm/system.h</title>
<updated>2010-04-20T14:32:47Z</updated>
<author>
<name>Jan Kiszka</name>
<email>jan.kiszka@web.de</email>
</author>
<published>2010-04-19T21:53:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5156d0118bb66f0a296b8059afb061c7ae4fda9d'/>
<id>urn:sha1:5156d0118bb66f0a296b8059afb061c7ae4fda9d</id>
<content type='text'>
Remove duplicates and unused prototypes.

Signed-off-by: Jan Kiszka &lt;jan.kiszka@web.de&gt;
Acked-by: WANG Cong &lt;xiyou.wangcong@gmail.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>uml got broken by commit 30742d5c2277c325fb0e9d2d817d55a19995fe8f</title>
<updated>2009-01-06T01:41:45Z</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2009-01-05T17:18:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7483cb7bbc02b9471dda28e54f41287d5374e3ac'/>
<id>urn:sha1:7483cb7bbc02b9471dda28e54f41287d5374e3ac</id>
<content type='text'>
... if you revert a commit, revert the fixups elsewhere that had been
triggered by it.  Such as 8c56250f48347750c82ab18d98d647dcf99ca674
(lockdep, UML: fix compilation when CONFIG_TRACE_IRQFLAGS_SUPPORT is not set).

Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Merge commit 'v2.6.28-rc2' into core/locking</title>
<updated>2008-10-28T15:54:49Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2008-10-28T15:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d1a76187a5be4f89c6cb19d800cb5fb7aac735c5'/>
<id>urn:sha1:d1a76187a5be4f89c6cb19d800cb5fb7aac735c5</id>
<content type='text'>
Conflicts:
	arch/um/include/asm/system.h
</content>
</entry>
<entry>
<title>x86, um: get rid of system.h -&gt; system.h include</title>
<updated>2008-10-23T05:55:21Z</updated>
<author>
<name>Al Viro</name>
<email>viro@zeniv.linux.org.uk</email>
</author>
<published>2008-08-18T07:25:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6a0eec8224db1191876770f7cac31f2a2637a6f5'/>
<id>urn:sha1:6a0eec8224db1191876770f7cac31f2a2637a6f5</id>
<content type='text'>
Long-term we want to split system.h and include barriers part from
underlying target; for now copy that part to sysdep.

Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
</entry>
</feed>
