Jeremy Jackson wrote:

I'm guessing nobody has tried compiling it with 64bit userspace?

Patch makes it compile cleanly and stops a "SEGV instead of working"
issue.

I also added a few checks for errors on system calls.

Signed-off-by: Jeremy Jackson <jerj@coplanar.net>

Reworked and
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2602 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Jeremy Jackson
2007-04-11 18:44:42 +00:00
committed by Stefan Reinauer
parent 4880353e03
commit 46d65e85a1
8 changed files with 130 additions and 51 deletions

6
util/getpir/code_gen.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef __CODE_GEN_H__
#define __CODE_GEN_H__
void code_gen(char *filename, struct irq_routing_table *rt);
#endif /* __CODE_GEN_H__ */