Rev 3616 | Rev 3695 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3616 | Rev 3661 | ||
|---|---|---|---|
| Line 235... | Line 235... | ||
| 235 | } |
235 | } |
| 236 | bootinfo->sapic=(unsigned long *)sapic; |
236 | bootinfo->sapic=(unsigned long *)sapic; |
| 237 | bootinfo->wakeup_intno=wakeup_intno; |
237 | bootinfo->wakeup_intno=wakeup_intno; |
| 238 | bootinfo->sys_freq=sys_freq; |
238 | bootinfo->sys_freq=sys_freq; |
| 239 | bootinfo->freq_scale=freq_scale; |
239 | bootinfo->freq_scale=freq_scale; |
| - | 240 | bootinfo->hello_configured=1; |
|
| 240 | 241 | ||
| 241 | 242 | ||
| 242 | bootinfo->memmap_items=0; |
243 | bootinfo->memmap_items=0; |
| 243 | 244 | ||
| 244 | for(i=0;i<no_entryes;i++) |
245 | for(i=0;i<no_entryes;i++) |