commit | 673eae8230a192f07b8715b872d6925521e9738d | [log] [tgz] |
---|---|---|
author | Rusty Russell <[email protected]> | Mon Sep 25 23:32:29 2006 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Sep 26 08:48:56 2006 -0700 |
tree | 2917c765594015ebfad00bb4fc1feef41286ca1a | |
parent | 753b9f86e7aef76c2beda32668ce528f90cb1733 [diff] |
[PATCH] x86: trivial pgtable.h __ASSEMBLY__ move Parsing generic pgtable.h in assembler is simply crazy. None of this file is needed in assembler code, and C inline functions and structures routine break one or more different compiles. Signed-off-by: Zachary Amsden <[email protected]> Signed-off-by: Rusty Russell <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>