Changeset 699f3bc in mainline for boot/arch/ia64/src/main.c
- Timestamp:
- 2011-08-15T13:23:54Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 86a34d3e, 8d8eeb9
- Parents:
- 577fe9b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/src/main.c
r577fe9b6 r699f3bc 36 36 #include <genarch/efi.h> 37 37 #include <arch/sal.h> 38 #include <arch/pal.h> 38 39 #include <halt.h> 39 40 #include <printf.h> … … 121 122 { 122 123 if (bootpar) { 123 /* TODO: read the real value from PAL */ 124 bootinfo.freq_scale = DEFAULT_FREQ_SCALE; 124 bootinfo.freq_scale = pal_proc_freq_ratio(); 125 125 } else { 126 126 /* Configure default values for simulators. */
Note:
See TracChangeset
for help on using the changeset viewer.