~m-lombardi85/exfat-helenos/exfat

« back to all changes in this revision

Viewing changes to kernel/arch/ia64/src/ia64.c

  • Committer: Maurizio Lombardi
  • Date: 2012-02-27 12:58:00 UTC
  • mfrom: (1309.1.96 helenos-mainline)
  • Revision ID: m.lombardi85@gmail.com-20120227125800-n16me6glkloj4vl1
MergeĀ mainlineĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
        platform = "ski";
144
144
#endif
145
145
#ifdef MACHINE_i460GX
146
 
        platform = "i460GX";
 
146
        platform = "pc";
147
147
#endif
148
148
        sysinfo_set_item_data("platform", NULL, (void *) platform,
149
149
            str_size(platform));